Click or drag to resize

PdfCheckBoxField Class

Represents a check box that toggles between two states, on and off.
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.NetPdfField
    Patagames.Pdf.Net.AcroFormsPdfButtonField
      Patagames.Pdf.Net.AcroFormsPdfCheckBoxField

Namespace: Patagames.Pdf.Net.AcroForms
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public class PdfCheckBoxField : PdfButtonField

The PdfCheckBoxField type exposes the following members.

Constructors
 NameDescription
Public methodPdfCheckBoxField Create new checkbox field and add it into interactive forms.
Top
Properties
 NameDescription
Public propertyExportValues Gets a collection of text strings representing the export value of each PdfControl in this field.
Top
Methods
 NameDescription
Public methodCheck(Boolean) Toggle Checkbox
Public methodCheck(Int32, Boolean) Toggle Checkbox
Top
See Also