THPDFPage.CreateCheckBox Method

Methodeoverzicht: THPDFPage.CreateCheckBox Method

Declaratie

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

Eenheid

HPDFDoc

Parameters

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

Retourwaarde

THPDFAcroFormField wrapper for the created check box

Gebruiksaantekeningen

Gerelateerde API's