HotPDF Developer Reference
Delphi and C++Builder PDF component help
|
THPDFPage.AddCheckBox
|
Methods 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 = []);
Description The method creates a /Btn field without the Pushbutton or Radio flag. ExportValue names the checked appearance state and Checked selects the initial value.
See also: AcroForm Support, LastAnnotation |