XfaCheckButtonField
Checked Property
|
Gets or sets whether the button is checked or not.
Namespace:
Spire.Pdf.Widget
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public bool Checked { get; set; }
Public Property Checked As Boolean
Get
Set
public:
property bool Checked {
bool get ();
void set (bool value);
}
member Checked : bool with get, set
Property Value
Type:
Boolean
See Also