THPDFPage.CreateCheckBox Method

Resumen del método: THPDFPage.CreateCheckBox Method

Declaración

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

Unidad

HPDFDoc

Parámetros

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

Valor de retorno

THPDFAcroFormField wrapper for the created check box

Notas de uso

APIs relacionadas