THPDFPage.CreateCheckBox Method

Sažetak metode: THPDFPage.CreateCheckBox Method

Deklaracija

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

Unit

HPDFDoc

Parametri

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

Povratna vrijednost

THPDFAcroFormField wrapper for the created check box

Napomene za uporabu

Povezani API-ji