THPDFPage.CreateCheckBox Method
메서드 요약: THPDFPage.CreateCheckBox Method
선언
function CreateCheckBox(const FieldName, ExportValue: AnsiString; Rectangle: TRect; Checked: boolean = false): THPDFAcroFormField;
유닛
HPDFDoc
매개 변수
| 이름 | 목적 |
|---|---|
FieldName | Name of the form field |
ExportValue | Value exported when the check box is selected |
Rectangle | Widget rectangle on the page |
Checked | Initial checked state |
반환 값
THPDFAcroFormField wrapper for the created check box
사용 참고
- Use the returned wrapper when additional appearance or action configuration is needed
- Use THPDFPage.AddCheckBox for the simpler one-call workflow
관련 API
- THPDFPage
- THPDFPage Methods
- AcroForm Support
- THotPDF
- Contents