THPDFPage.CreateTextField Method

Riepilogo del metodo: THPDFPage.CreateTextField Method

Dichiarazione

function CreateTextField(const FieldName, InitialValue: AnsiString; Rectangle: TRect; MaxLen: Integer = 0; Flags: THPDFFormFieldFlags = []): THPDFAcroFormField;

Unità

HPDFDoc

Parametri

NomeScopo
FieldNameName of the form field
InitialValueInitial text value
RectangleWidget rectangle on the page
MaxLenMaximum accepted text length, or 0 for no explicit limit
FlagsAdditional form field flags

Valore restituito

THPDFAcroFormField wrapper for the created text field

Note d'uso

API correlate