Click or drag to resize

PdfCheckBoxField Class

Represents a check box that toggles between two states, on and off (see 12.7.4.2.3, "Check Boxes").
Inheritance Hierarchy
SystemObject
  SautinSoft.PdfPdfObject
    SautinSoft.Pdf.AnnotationsPdfAnnotation
      SautinSoft.Pdf.FormsPdfField
        SautinSoft.Pdf.FormsPdfToggleButtonField
          SautinSoft.Pdf.FormsPdfCheckBoxField

Namespace: SautinSoft.Pdf.Forms
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax
public sealed class PdfCheckBoxField : PdfToggleButtonField

The PdfCheckBoxField type exposes the following members.

Properties
 NameDescription
Public propertyExportValue Gets or sets the export value.
Public propertyFieldType Gets the CheckBox value.
(Overrides PdfFieldFieldType)
Top
Extension Methods
 NameDescription
Public Extension MethodGetArray Gets the PdfArray that serves as a backing storage of the specified PdfObject or if no PdfArray serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions)
Public Extension MethodGetDictionary Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions)
Public Extension MethodGetOrAddDictionary Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions)
Top
See Also