|
THPDFPage.AddTextField
|
Metoder 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 = []);
Beskrivning Metoden skapar ett /Tx-fält och registrerar det i dokumentets AcroForm-ordbok. Använd Flags för att aktivera textfältsalternativ som multiline, password, comb, file-select, rich-text, scroll och spell-check
Se även: AcroForm Support, LastAnnotation |