THPDFPage.CreateTextField Method

Résumé de la méthode: THPDFPage.CreateTextField Method

Déclaration

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

Unité

HPDFDoc

Paramètres

NomObjectif
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

Valeur de retour

THPDFAcroFormField wrapper for the created text field

Notes d'utilisation

API associées