Click or drag to resize
Pdf Library for .NET

PdfFormFieldCheckBox.SetWidgetCheckedValue Method

Sets a value that indicates if the check box field is checked or not. This should be used for checkbox fields with multiple widgets associated with it.

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 24.1
Syntax
public void SetWidgetCheckedValue(
	bool checkValue,
	int widgetIndex
)

Parameters

checkValue
Type: System.Boolean
True or False to specify if the box should be checked or not.
widgetIndex
Type: System.Int32
Checkbox widget index (0-based).
See Also