THPDFPage.CreateCheckBox Method

Podsumowanie metody: THPDFPage.CreateCheckBox Method

Deklaracja

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

Jednostka

HPDFDoc

Parametry

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

Wartość zwracana

THPDFAcroFormField wrapper for the created check box

Uwagi dotyczące użycia

Powiązane API