THotPDF.AddLoadedCheckBox Method

Adds loaded check box data to the page geometry workflow. The call creates or attaches the PDF-side object needed by later output, validation, signing, or page rendering steps

Declaration

function AddLoadedCheckBox(PageIndex: Integer; X1, Y1, X2, Y2: Single; const AFieldName, AExportValue: AnsiString; AChecked: boolean): Integer;

Unit

HPDFDoc

Parameters

NamePurpose
PageIndexZero-based index or object index used to select an existing item
X1Input used by AddLoadedCheckBox
Y1Input used by AddLoadedCheckBox
X2Input used by AddLoadedCheckBox
Y2Input used by AddLoadedCheckBox
AFieldNameAcroForm field name or field dictionary targeted by the helper
AExportValueInput used by AddLoadedCheckBox
ACheckedInput used by AddLoadedCheckBox

Return value

Returns an Integer value

Usage notes

Related APIs