THPDFPage.CreateCheckBox Method

Ringkasan metode: THPDFPage.CreateCheckBox Method

Deklarasi

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

Unit

HPDFDoc

Parameter

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

Nilai balik

THPDFAcroFormField wrapper for the created check box

Catatan penggunaan

API terkait