 | PdfCheckBoxControlIsChecked Property |
Gets whether the Checkbox is checked.
Namespace:
Patagames.Pdf.Net.AcroForms
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.68.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.68.2704
Syntaxpublic bool IsChecked { get; }
Public ReadOnly Property IsChecked As Boolean
Get
public:
property bool IsChecked {
bool get ();
}
member IsChecked : bool with get
/** @property */
public boolean get_IsChecked()
function get_IsChecked();
Property Value
Type:
Boolean
ExceptionsException | Condition |
---|
DomException | Thrown by newly created Controls that have not yet been added to the DOM. |
See Also