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