|
THPDFPage.AddCheckBox
|
Методы AcroForm Support |
|
Adds an AcroForm check box widget to the current page.
Delphi syntax: procedure AddCheckBox(const FieldName, ExportValue: AnsiString; Rectangle: TRect; Checked: Boolean = false; Flags: THPDFFormFieldFlags = []);
Описание Метод создает /Btn field без Pushbutton или Radio flag. ExportValue называет checked appearance state, а Checked выбирает initial value
См. также: AcroForm Support, LastAnnotation |