VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfDocumentInteractiveForm Class
In This Topic
PdfDocumentInteractiveForm Class Methods
In This Topic
For a list of all methods of this type, see PdfDocumentInteractiveForm.
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.
See Also