VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormButtonField Class
In This Topic
PdfInteractiveFormButtonField Class Methods
In This Topic
For a list of all methods of this type, see PdfInteractiveFormButtonField.
Public Methods
 NameDescription
Public MethodOverloaded. Create copy of this field into the specified document. (Inherited from PdfInteractiveFormField)
Public MethodOverloaded. Creates a copy of this field tree. (Inherited from PdfInteractiveFormField)
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 PdfInteractiveFormField)
Public MethodReturens the number of degrees by which the widget annotation is rotated counterclockwise relative to the page. (Inherited from PdfInteractiveFormField)
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. (Inherited from PdfInteractiveFormField)
Public MethodReturns a string array that contains available normal appearance state names of widget annotation. (Inherited from PdfInteractiveFormField)
Public MethodOverloaded. Returns linearized subtree that starts from current node. (Inherited from PdfTreeNodeBase)
Public MethodReturns the rectangle, where field text content must be drawn. (Inherited from PdfInteractiveFormField)
Public MethodReturns the rectangle, where field text content must be drawn. (Inherited from PdfInteractiveFormField)
Public MethodOverloaded. Returns the properties of text default appearance. (Inherited from PdfInteractiveFormField)
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. (Inherited from PdfInteractiveFormField)
Public MethodResets the field value and children field values to their default values. (Inherited from PdfInteractiveFormField)
Public MethodSets the action, which is associated with the specified action property name. (Inherited from PdfInteractiveFormField)
Public MethodSets the field default value and children field default values to their current values. (Inherited from PdfInteractiveFormField)
Public MethodSets the properties of text default appearance. (Inherited from PdfInteractiveFormField)
Public MethodReturns a System.String that represents this instance. (Inherited from PdfTreeNodeBase)
Protected Methods
 NameDescription
Protected MethodDraws the interactive form field appearance on the specified PdfGraphics. (Inherited from PdfInteractiveFormField)
Protected MethodDetermines that appearance must be updated.
Protected MethodOverloaded. Updates an annotation appearance using the properties of the default appearance. (Inherited from PdfInteractiveFormField)
See Also