Click or drag to resize

PdfStateFieldWidget SetCheckedStatus Method

Sets checked status of the field.

Namespace: Spire.Pdf.Widget
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
protected void SetCheckedStatus(
	bool value
)

Parameters

value
Type: System Boolean
Checked status.
See Also