THPDFPage.AddCheckBox

THPDFPage

 

메서드  AcroForm Support

Adds an AcroForm check box widget to the current page.

 

Delphi 구문:

procedure AddCheckBox(const FieldName, ExportValue: AnsiString; Rectangle: TRect; Checked: Boolean = false; Flags: THPDFFormFieldFlags = []);

 

설명

이 method는 Pushbutton 또는 Radio flag가 없는 /Btn field를 만듭니다. ExportValue는 checked appearance state의 이름을 지정하고 Checked는 initial value를 선택합니다

 

참조: AcroForm Support, LastAnnotation