VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormListBoxField Class
In This Topic
PdfInteractiveFormListBoxField Class Methods
In This Topic
For a list of all methods of this type, see PdfInteractiveFormListBoxField.
Public Methods
 NameDescription
Public MethodCreates a PdfGraphics on annotation appearance. (Inherited from PdfInteractiveFormChoiceField)
Public MethodOverloaded. Create copy of this field into the specified document. (Inherited from PdfInteractiveFormField)
Public MethodOverloaded. Creates a copy of this field tree into the specified document. (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 the vertical offset of the list box field in a list box annotation.
Public MethodReturns a string array that contains available normal appearance state names of widget annotation. (Inherited from PdfInteractiveFormField)
Public MethodReturns the items that displayed in choice field. (Inherited from PdfInteractiveFormChoiceField)
Public MethodReturns the displayed value by export value. (Inherited from PdfInteractiveFormChoiceField)
Public MethodReturns the exported value by displayed value. (Inherited from PdfInteractiveFormChoiceField)
Public MethodDetermines that the specified item is visible.
Public MethodReturns the rectangle of the item at specified index.
Public MethodReturns the rectangle, where field items must be drawn.
Public MethodOverloaded. Returns linearized subtree that starts from current node and contains only nodes that allowed by . (Inherited from PdfTreeNodeBase)
Public MethodReturns the indexes of selected displayed items.
Public MethodReturns the rectangle (annotation rotation is ignored), where field text content must be drawn.
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)
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. (Inherited from PdfInteractiveFormField)
Protected MethodDetermines that appearance must be updated. (Inherited from PdfInteractiveFormField)
See Also