VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormCheckBoxGroupField Class
Constructors Properties Methods SeeAlso
In This Topic
    PdfInteractiveFormCheckBoxGroupField Class Members
    In This Topic
    The following tables list the members exposed by PdfInteractiveFormCheckBoxGroupField.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets or sets the additional actions defining the behavior of the field in response to various trigger events. (Inherited from PdfInteractiveFormField)
    Public PropertyGets a widget annotation (visual appearance) of the field. (Inherited from PdfInteractiveFormField)
    Public PropertyGets a value indicating whether the field appearance depends from field value. (Inherited from PdfInteractiveFormField)
    Public PropertyGets or sets the maximum font size when font size must be calculated automatically (FontSize set to 0). (Inherited from PdfInteractiveFormField)
    Public PropertyGets or sets the minimum font size when font size must be calculated automatically (FontSize set to 0). (Inherited from PdfInteractiveFormField)
    Public PropertyGets the basic object of this tree node. (Inherited from PdfTreeNodeBase)
    Public PropertyGets or sets a name corresponding to the appearance state of whichever child field is currently in the on state. (Inherited from PdfInteractiveFormSwitchableButtonGroupField)
    Public PropertyGets or sets a default name corresponding to the appearance state of whichever child field is currently in the on state. (Inherited from PdfInteractiveFormSwitchableButtonGroupField)
    Public PropertyGets the parent PDF document of this tree node. (Inherited from PdfTreeNodeBase)
    Public PropertyGets or sets the field default value. (Inherited from PdfInteractiveFormSwitchableButtonGroupField)
    Public PropertyGets or sets the field value. (Inherited from PdfInteractiveFormSwitchableButtonGroupField)
    Public PropertyGets or sets the text font of the default appearance. (Inherited from PdfInteractiveFormField)
    Public PropertyGets or sets the font size of the default appearance. (Inherited from PdfInteractiveFormField)
    Public PropertyGets a fully qualified name of the field. (Inherited from PdfInteractiveFormField)
    Public PropertyGets a value indicating whether this field has a value. (Inherited from PdfInteractiveFormField)
    Public PropertyGets the reference to an indirect object. (Inherited from PdfTreeNodeBase)
    Public PropertyGets a value indicating whether this field is calculated (field Calculate action is not null). (Inherited from PdfInteractiveFormField)
    Public PropertyGets a value indicating whether this node is changed. (Inherited from PdfTreeNodeBase)
    Public PropertyGets a value indicating whether this tree node is indirect object. (Inherited from PdfTreeNodeBase)
    Public PropertyGets a value indicating whether this node is new node (unsaved). (Inherited from PdfTreeNodeBase)
    Public PropertyGets or sets a value indicating whether the field must not be exported by a submit-form action. (Inherited from PdfInteractiveFormField)
    Public PropertyGets or sets a value indicating whether the field is read-only. (Inherited from PdfInteractiveFormField)
    Public PropertyGets or sets a value indicating whether the field must have a value at the time it is exported by a submit-form action. (Inherited from PdfInteractiveFormField)
    Public PropertyGets or sets a value indicating whether the field is terminal field (leaf node in fields tree). (Inherited from PdfInteractiveFormField)
    Public PropertyGets a list of immediate children of the field. (Inherited from PdfInteractiveFormField)
    Public PropertyGets or sets a mapping field name to be used when exporting interactive form field data from the document. (Inherited from PdfInteractiveFormField)
    Public PropertyGets the unique object number. (Inherited from PdfTreeNodeBase)
    Public PropertyGets a parent field of the field. (Inherited from PdfInteractiveFormField)
    Public PropertyGets or sets a partial name of the field. (Inherited from PdfInteractiveFormField)
    Public PropertyGets or sets the text color of the default appearance. (Inherited from PdfInteractiveFormField)
    Public PropertyGets or sets the form of quadding (justification) to be used in displaying the text of the field. (Inherited from PdfInteractiveFormField)
    Public PropertyGets or sets a user interface name of the field. (Inherited from PdfInteractiveFormField)
    Public Methods
     NameDescription
    Public MethodOverloaded. Create copy of this field. (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 MethodReturns the button values. (Inherited from PdfInteractiveFormSwitchableButtonGroupField)
    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. (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 PdfInteractiveFormButtonField)
    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 PdfInteractiveFormSwitchableButtonGroupField)
    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. (Inherited from PdfInteractiveFormButtonField)
    Protected MethodOverloaded. Updates an annotation appearance using the properties of the default appearance. (Inherited from PdfInteractiveFormField)
    See Also