Click or drag to resize
Pdf Library for .NET

PdfFormFieldCheckBoxGetWidgetCheckedValue Method

Gets 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.Forms
Assembly: Select.Pdf.Extras (in Select.Pdf.Extras.dll) Version: 26.2
Syntax
public bool GetWidgetCheckedValue(
	int widgetIndex
)

Parameters

widgetIndex  Int32
Checkbox widget index (0-based).

Return Value

Boolean
Checkbox value.
See Also