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