THPDFPage.AddTextField

THPDFPage

 

메서드  AcroForm Support

Adds an AcroForm text field widget to the current page.

 

Delphi 구문:

procedure AddTextField(const FieldName, InitialValue: AnsiString; Rectangle: TRect; MaxLen: Integer = 0; Flags: THPDFFormFieldFlags = []);

 

설명

이 method는 /Tx field를 만들고 document AcroForm dictionary에 등록합니다. Multiline, password, comb, file-select, rich-text, scroll, spell-check behavior 같은 text-field option을 enable하려면 Flags를 사용하십시오

 

참조: AcroForm Support, LastAnnotation