THPDFPage.CreateCheckBox Method

Résumé de la méthode: THPDFPage.CreateCheckBox Method

Déclaration

function CreateCheckBox(const FieldName, ExportValue: AnsiString; Rectangle: TRect; Checked: boolean = false): THPDFAcroFormField;

Unité

HPDFDoc

Paramètres

NomObjectif
FieldNameName of the form field
ExportValueValue exported when the check box is selected
RectangleWidget rectangle on the page
CheckedInitial checked state

Valeur de retour

THPDFAcroFormField wrapper for the created check box

Notes d'utilisation

API associées