|
THPDFPage.AddTextField
|
Metody 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 = []);
Opis Metoda tworzy pole /Tx i rejestruje je w słowniku AcroForm dokumentu. Użyj Flags, aby włączyć opcje pola tekstowego, takie jak multiline, password, comb, file-select, rich-text, scroll i spell-check
Zobacz też: AcroForm Support, LastAnnotation |