|
PdfFormFieldCheckBoxSetWidgetCheckedValue 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.Forms
Assembly:
Select.Pdf.Extras (in Select.Pdf.Extras.dll) Version: 23.2
Syntax public void SetWidgetCheckedValue(
bool checkValue,
int widgetIndex
)
Public Sub SetWidgetCheckedValue (
checkValue As Boolean,
widgetIndex As Integer
)
Parameters
- checkValue
- Type: SystemBoolean
True or False to specify if the box should be checked or not. - widgetIndex
- Type: SystemInt32
Checkbox widget index (0-based).
See Also