THPDFPage.CreateCheckBox Method

Резюме на метода: THPDFPage.CreateCheckBox Method

Декларация

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

Unit

HPDFDoc

Параметри

NameПредназначение
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