Click or drag to resize

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)
Syntax
public bool CheckedByDefault { get; set; }

Property Value

Type: Boolean
Remarks

This property can not be changed if IsLocked is true.

See Also