THotPDF.SetLoadedFormFieldExportValue Method

Modifies the export value associated with a specific form field in the loaded PDF document, primarily used for setting values when check boxes or multiple-choice options submit data.

Declaration

procedure SetLoadedFormFieldExportValue(FieldIndex: Integer; const AValue: AnsiString);

Unit

HPDFDoc

Parameters

NamePurpose
FieldIndexThe index of the target form control in the document's field array (zero-based).
AValueThe new string that needs to be assigned to this field as the export value.

Usage notes

Related APIs