Class CheckBoxField
Represents a check-box in a PDF form.
Inherited Members
Namespace: IronPdf.Forms
Assembly: IronPdf.dll
Syntax
public class CheckBoxField : FormField
Properties
BooleanValue
Gets or sets a value indicating whether the check-box is checked (ticked).
Declaration
public bool BooleanValue { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|