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