THPDFPage.CreateCheckBox Method

Súhrn metódy: THPDFPage.CreateCheckBox Method

Deklarácia

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

Unit

HPDFDoc

Parametre

NameÚčel
FieldNameName of the form field
ExportValueValue exported when the check box is selected
RectangleWidget rectangle on the page
CheckedInitial checked state

Návratová hodnota

THPDFAcroFormField wrapper for the created check box

Poznámky k použitiu

Súvisiace API