PdfCheckFieldCheckedByDefault Property |
Gets or sets the default checked state of this form field.
Namespace:
RadPdf.Data.Document.Objects.FormFields
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 5.5.0.0 (5.5.0.0)
Syntaxpublic bool CheckedByDefault { get; set; }Public Property CheckedByDefault As Boolean
Get
Set
Property Value
Type:
Boolean
Remarks
This property can not be changed if IsLocked is true.
See Also