PdfRadioFieldCheckType Property |
Gets or sets the check type displayed when
Checked is
true.
Namespace:
RadPdf.Data.Document.Objects.FormFields
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public PdfCheckType CheckType { get; set; }
Public Property CheckType As PdfCheckType
Get
Set
Property Value
Type:
PdfCheckTypeRemarks
This property can not be changed if
IsLocked is
true.
See Also