|
THPDFPage.AddCheckBox
|
方法 AcroForm 支持 |
|
Adds an AcroForm check box widget to the current page.
Delphi 语法: procedure AddCheckBox(const FieldName, ExportValue: AnsiString; Rectangle: TRect; Checked: Boolean = false; Flags: THPDFFormFieldFlags = []);
说明 该方法创建不带 Pushbutton 或 Radio flag 的 /Btn field。ExportValue 命名 checked appearance state,Checked 选择初始值
另请参阅: AcroForm 支持, LastAnnotation |