CheckBoxWidgetIsChecked Method |
Returns whether the checkbox is checked.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax Public Function IsChecked As Boolean
public:
virtual bool IsChecked() sealed
Return Value
Type:
Boolean A boolean value indicating whether the checkbox is checked.
Exceptions Exception | Condition |
---|
[!:PDFNetException] | PDFNetException the PDFNet exception |
See Also