Click or drag to resize

PdfToggleButtonField Class

Represents a base class for button fields that can switch states, such as PdfCheckBoxField and PdfRadioButtonField.
Inheritance Hierarchy
SystemObject
  SautinSoft.PdfPdfObject
    SautinSoft.Pdf.AnnotationsPdfAnnotation
      SautinSoft.Pdf.FormsPdfField
        SautinSoft.Pdf.FormsPdfToggleButtonField
          SautinSoft.Pdf.FormsPdfCheckBoxField
          SautinSoft.Pdf.FormsPdfRadioButtonField

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

The PdfToggleButtonField type exposes the following members.

Properties
 NameDescription
Public propertyAppearance Gets the appearance settings for this PdfToggleButtonField.
Public propertyChecked Gets or sets a value indicating whether this PdfToggleButtonField is checked.
Public propertyRequired If set, the field shall have a value at the time it is exported by a submit-form action (see 12.7.5.2, "Submit-Form Action").
Public propertyValue Gets or sets the PdfToggleButtonField value as an instance of the String type.
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