THPDFPage.CreateTextField Method

ملخص الطريقة: THPDFPage.CreateTextField Method

التصريح

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

وحدة

HPDFDoc

المعاملات

الاسمالغرض
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

قيمة الإرجاع

THPDFAcroFormField wrapper for the created text field

ملاحظات الاستخدام

واجهات برمجة التطبيقات ذات الصلة