THPDFPage.AddTextField

THPDFPage

 

Методи  AcroForm Support

Добавя AcroForm text field widget към текущата страница

 

Delphi syntax:

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

 

Описание

Методът създава /Tx field и го регистрира в dictionary на document AcroForm. Използвайте Flags за да включите text-field опции като multiline, password, comb, file-select, rich-text, scroll и spell-check поведение

 

See also: AcroForm Support, LastAnnotation