Class PdfCheckBoxField
Represents the check box field.
public sealed class PdfCheckBoxField : PdfButtonField, ICloneable, IEnumerable<KeyValuePair<string, PdfItem?>>, IEnumerable
- Inheritance
-
PdfCheckBoxField
- Implements
- Inherited Members
Properties
Checked
Indicates whether the field is checked.
public bool Checked { get; set; }
Property Value
CheckedName
Gets or sets the name of the dictionary that represents the Checked state.
public string CheckedName { get; set; }
Property Value
UncheckedName
Gets or sets the name of the dictionary that represents the Unchecked state. The default value is "/Off".
public string UncheckedName { get; set; }