Click or drag to resize

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
)

Parameters

value
Type: SystemBoolean
If true, the annotation should be checked. Otherwise it should be unchecked.
Exceptions
ExceptionCondition
[!:PDFNetException] PDFNetException the PDFNet exception
See Also