PdfAcroFormCheckBoxField.IsChecked Property
In This Article
Gets or sets whether a check box is checked.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true, if the check box is checked; otherwise, false. Default value is false. |
See Also