CheckBoxWidgetSetChecked Method |
Check or uncheck the Check Box Widget
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetChecked(
bool value
)
Public Sub SetChecked (
value As Boolean
)
public:
virtual void SetChecked(
[InAttribute] bool value
) sealed
function SetChecked(value);
Parameters
- value
- Type: SystemBoolean
If true, the annotation should be checked. Otherwise it should be unchecked.
Exceptions Exception | Condition |
---|
[!:PDFNetException] | PDFNetException the PDFNet exception |
See Also