Click or drag to resize

PdfCheckBoxControl Class

Represents a widget annotations that are associated with PdfCheckBoxField fields.
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.NetPdfControl
    Patagames.Pdf.Net.AcroFormsPdfCheckBoxControl

Namespace: Patagames.Pdf.Net.AcroForms
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax
public class PdfCheckBoxControl : PdfControl

The PdfCheckBoxControl type exposes the following members.

Constructors
 NameDescription
Public methodPdfCheckBoxControl Create a new checkbox control and assign it to the specified field.
Top
Properties
 NameDescription
Public propertyExportValue Get a string describing the check status of the Checkbox.
Public propertyIsChecked Gets whether the Checkbox is checked.
Public propertyIsDefaultChecked Get a default state of the checkbox.
Public propertyNormalCaption The controls normal caption, displayed when it is not interacting with the user.
Top
Methods
 NameDescription
Public methodCheck Toggle Checkbox
Top
See Also