VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfDocumentInteractiveForm Class
Constructors Properties Methods Events SeeAlso
In This Topic
    PdfDocumentInteractiveForm Class Members
    In This Topic
    The following tables list the members exposed by PdfDocumentInteractiveForm.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the PdfDocumentInteractiveForm class.
    Public Properties
     NameDescription
    Public PropertyGets the basic object of this tree node. (Inherited from PdfTreeNodeBase)
    Public PropertyGets or sets a list of interactive form fields with calculation actions, defining the calculation order in which their values will be recalculated when the value of any field changes.
    Public PropertyGets or sets a document-wide default value for the form of quadding (justification) to be used in displaying the text of the field.
    Public PropertyGets the parent PDF document of this tree node. (Inherited from PdfTreeNodeBase)
    Public PropertyGets a field collection representing interactive form fields associated with the document.
    Public PropertyGets the reference to an indirect object. (Inherited from PdfTreeNodeBase)
    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 viewer application must construct appearance streams and appearance properties for all widget annotations in the document.
    Public PropertyGets the unique object number. (Inherited from PdfTreeNodeBase)
    Public PropertyGets or sets the set of flags specifying various document-level characteristics related to signature fields.
    Public PropertyGets or sets an XFA resource.
    Public PropertyGets or sets a dictionary containing a name-resource pairs specifying individual packets that together make up the XFA resource.
    Public Methods
     NameDescription
    Public MethodOverloaded. Adds a form field to the end of list and adds the form field annotation(s) to end of annotation collection of specified PDF page.
    Public MethodCreates a copy of the specified field.
    Public MethodFinds a field by specified fully qualified field name.
    Public MethodFinds a fields by specified fully qualified field name.
    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. (Inherited from PdfTreeNodeBase)
    Public MethodReturns all fields of PDF document.
    Public MethodReturns the terminal fields located on specified page.
    Public MethodOverloaded. Returns linearized subtree that starts from current node. (Inherited from PdfTreeNodeBase)
    Public MethodReturns all signature fields of PDF document.
    Public MethodReturns all terminal fields of PDF document.
    Public MethodOverloaded. Removes the field and all it subfields from interactive form, also removes all widget annotations of removed subtree from annotations of PDF pages.
    Public MethodResets all field values in interactive form to their default values.
    Public MethodSets the action, which is associated with the specified action property name. (Inherited from PdfTreeNodeBase)
    Public MethodReturns a System.String that represents this instance. (Inherited from PdfTreeNodeBase)
    Public MethodUpdates widget annotation appearances, of all fields, to reflect the default appearances.
    Public Events
     NameDescription
    Public EventOccurs when a field collection of interactive form field tree was changed.
    See Also