Back to Devexpress

PdfAcroFormCheckBoxField.IsChecked Property

officefileapi-devexpress-dot-pdf-dot-pdfacroformcheckboxfield-a49ceef7.md

latest1.1 KB
Original Source

PdfAcroFormCheckBoxField.IsChecked Property

Gets or sets whether a check box is checked.

Namespace : DevExpress.Pdf

Assembly : DevExpress.Pdf.v25.2.Core.dll

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public bool IsChecked { get; set; }
vb
Public Property IsChecked As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

PdfAcroFormCheckBoxField Class

PdfAcroFormCheckBoxField Members

DevExpress.Pdf Namespace