THPDFPage.AddTextField

THPDFPage

 

מתודות  AcroForm Support

Adds an AcroForm text field widget to the current page.

 

Delphi syntax:

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

 

תיאור

המתודה יוצרת שדה /Tx ורושמת אותו במילון AcroForm של המסמך. השתמש ב-Flags להפעלת אפשרויות שדה טקסט כגון multiline, password, comb, file-select, rich-text, scroll ו-spell-check behavior

 

See also: AcroForm Support, LastAnnotation