ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF.Forms Namespace / CheckBox Class
Properties Methods


In This Topic
    CheckBox Class Members
    In This Topic

    The following tables list the members exposed by CheckBox.

    Public Properties
     NameDescription
    Public Property Gets or sets a value indicating whether the checkbox is checked. If there are multiple checkboxes in the field, setting Checked to true will check the first checkbox.  
    Public Property Gets or sets a value indicating whether the checkbox is checked by default. If there are multiple checkboxes in the field, setting Checked to true will modify the first checkbox.  
    Public Property Gets or sets the default value of the field.  
    Public Property Gets or sets the export value of the field. This assumes the most common case in which the field has exactly one widget. If the field has more than one widget, use Options[i].ExportValue instead.  
    Public Property Gets or sets the value of the field.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded.  Adds an option to the CheckBox. The option can be anywhere in the document.  
    Top
    See Also