Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfAcroFormCheckBoxField.IsChecked Property

Gets or sets whether a check box is checked.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v21.1.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public bool IsChecked { get; set; }

Property Value

Type Description
Boolean

true, if the check box is checked; otherwise, false. Default value is false.

See Also