THPDFPage.CreateCheckBox Method

Сводка метода: THPDFPage.CreateCheckBox Method

Объявление

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

Модуль

HPDFDoc

Параметры

ИмяНазначение
FieldNameName of the form field
ExportValueValue exported when the check box is selected
RectangleWidget rectangle on the page
CheckedInitial checked state

Возвращаемое значение

THPDFAcroFormField wrapper for the created check box

Примечания по использованию

Связанные API