VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormVintasoftBarcodeField Class
In This Topic
PdfInteractiveFormVintasoftBarcodeField Class Methods
In This Topic
For a list of all methods of this type, see PdfInteractiveFormVintasoftBarcodeField.
Public Methods
 NameDescription
Public MethodDetermines whether specified text can be set as value of this text annotation. (Inherited from PdfInteractiveFormTextField)
Public MethodCreates a PdfGraphics on annotation appearance. (Inherited from PdfInteractiveFormTextField)
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. (Inherited from PdfInteractiveFormTextField)
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 PdfInteractiveFormTextField)
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)
Public MethodOverloaded. Updates an annotation appearance using the properties of the default appearance. (Inherited from PdfInteractiveFormField)
Protected Methods
 NameDescription
Protected MethodDraws the interactive form field appearance on the specified PdfGraphics.
Protected MethodDetermines that appearance must be updated. (Inherited from PdfInteractiveFormField)
See Also