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