THPDFPage.CreateCheckBox Method

Riepilogo del metodo: THPDFPage.CreateCheckBox Method

Dichiarazione

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

Unità

HPDFDoc

Parametri

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

Valore restituito

THPDFAcroFormField wrapper for the created check box

Note d'uso

API correlate