THPDFPage.CreateCheckBox Method

Metodesammendrag: THPDFPage.CreateCheckBox Method

Deklarasjon

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

Enhet

HPDFDoc

Parametere

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

Returverdi

THPDFAcroFormField wrapper for the created check box

Bruksnotater

Relaterte API-er