Class AcroCheckboxField
A checkbox which may be toggled on or off.
public class AcroCheckboxField : AcroFieldBase
- Inheritance
-
AcroCheckboxField
- Inherited Members
- Extension Methods
Constructors
AcroCheckboxField(DictionaryToken, string, AcroButtonFieldFlags, AcroFieldCommonInformation, NameToken, bool, int?, PdfRectangle?)
Create a new AcroCheckboxField.
public AcroCheckboxField(DictionaryToken dictionary, string fieldType, AcroButtonFieldFlags fieldFlags, AcroFieldCommonInformation information, NameToken currentValue, bool isChecked, int? pageNumber, PdfRectangle? bounds)
Parameters
dictionary
DictionaryTokenfieldType
stringfieldFlags
AcroButtonFieldFlagsinformation
AcroFieldCommonInformationcurrentValue
NameTokenisChecked
boolpageNumber
int?bounds
PdfRectangle?
Properties
CurrentValue
The current value of this checkbox.
public NameToken CurrentValue { get; }
Property Value
Flags
The AcroButtonFieldFlags which define the behaviour of this button type.
public AcroButtonFieldFlags Flags { get; }
Property Value
IsChecked
Whether this checkbox is currently checked/on.
public bool IsChecked { get; }