VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormField Class
Constructors Properties Methods SeeAlso
In This Topic
    PdfInteractiveFormField Class Members
    In This Topic
    The following tables list the members exposed by PdfInteractiveFormField.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets or sets the additional actions defining the behavior of the field in response to various trigger events.
    Public PropertyGets a widget annotation (visual appearance) of the field.
    Public PropertyGets a value indicating whether the field appearance depends from field value.
    Public PropertyGets or sets the maximum font size when font size must be calculated automatically (FontSize set to 0).
    Public PropertyGets or sets the minimum font size when font size must be calculated automatically (FontSize set to 0).
    Public PropertyGets the basic object of this tree node. (Inherited from PdfTreeNodeBase)
    Public PropertyGets the parent PDF document of this tree node. (Inherited from PdfTreeNodeBase)
    Public PropertyGets or sets the field default value.
    Public PropertyGets or sets the field value.
    Public PropertyGets or sets the text font of the default appearance.
    Public PropertyGets or sets the font size of the default appearance.
    Public PropertyGets a fully qualified name of the field.
    Public PropertyGets a value indicating whether this field has a value.
    Public PropertyGets the reference to an indirect object. (Inherited from PdfTreeNodeBase)
    Public PropertyGets a value indicating whether this field is calculated (field Calculate action is not null).
    Public PropertyGets a value indicating whether this node is changed. (Inherited from PdfTreeNodeBase)
    Public PropertyGets a value indicating whether this tree node is indirect object. (Inherited from PdfTreeNodeBase)
    Public PropertyGets a value indicating whether this node is new node (unsaved). (Inherited from PdfTreeNodeBase)
    Public PropertyGets or sets a value indicating whether the field must not be exported by a submit-form action.
    Public PropertyGets or sets a value indicating whether the field is read-only.
    Public PropertyGets or sets a value indicating whether the field must have a value at the time it is exported by a submit-form action.
    Public PropertyGets or sets a value indicating whether the field is terminal field (leaf node in fields tree).
    Public PropertyGets a list of immediate children of the field.
    Public PropertyGets or sets a mapping field name to be used when exporting interactive form field data from the document.
    Public PropertyGets the unique object number. (Inherited from PdfTreeNodeBase)
    Public PropertyGets a parent field of the field.
    Public PropertyGets or sets a partial name of the field.
    Public PropertyGets or sets the text color of the default appearance.
    Public PropertyGets or sets the form of quadding (justification) to be used in displaying the text of the field.
    Public PropertyGets or sets a user interface name of the field.
    Public Methods
     NameDescription
    Public MethodOverloaded. Create copy of this field.
    Public MethodOverloaded. Creates a copy of this field tree.
    Public MethodSearches the tree node with specified object number from current node. (Inherited from PdfTreeNodeBase)
    Public MethodReturns the action, which is associated with the specified action property name.
    Public MethodReturens the number of degrees by which the widget annotation is rotated counterclockwise relative to the page.
    Public MethodReturns an array of PdfAnnotation that contains all widget annotations of interactive form field tree. This field is used as a root of interactive form field tree.
    Public MethodReturns a string array that contains available normal appearance state names of widget annotation.
    Public MethodOverloaded. Returns linearized subtree that starts from current node and contains only nodes that allowed by . (Inherited from PdfTreeNodeBase)
    Public MethodReturns the rectangle, where field text content must be drawn.
    Public MethodReturns the rectangle, where field text content must be drawn.
    Public MethodOverloaded. Returns the properties of text default appearance.
    Public MethodReturns the current value of the variable text.
    Public MethodDeletes the field and all children from interactive form tree, also removes all widget annotations of deleted subtree from annotations of PDF pages.
    Public MethodResets the field value and children field values to their default values.
    Public MethodSets the action, which is associated with the specified action property name.
    Public MethodSets the field default value and children field default values to their current values.
    Public MethodSets the properties of text default appearance.
    Public MethodReturns a System.String that represents this instance. (Inherited from PdfTreeNodeBase)
    Public MethodOverloaded. Updates an annotation appearance using the properties of the default appearance.
    Protected Methods
     NameDescription
    Protected MethodDraws the interactive form field appearance on the specified PdfGraphics.
    Protected MethodDetermines that appearance must be updated.
    See Also