Click or drag to resize
Pdf Library for .NET

PdfFormFieldCheckBoxChecked Property

Gets or sets a value that indicates if the check box field is checked or not.

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public bool Checked { get; set; }

Property Value

Type: Boolean
See Also