THPDFPage.CreateCheckBox Method

Methodenzusammenfassung: THPDFPage.CreateCheckBox Method

Deklaration

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

Unit

HPDFDoc

Parameter

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

Rückgabewert

THPDFAcroFormField wrapper for the created check box

Verwendungshinweise

Verwandte APIs