Class FormEditorAddOptions

Class FormEditorAddOptions

Namespace: Aspose.Pdf.Plugins
Assembly: Aspose.PDF.dll

يمثل الخيارات لإضافة الحقول إلى الوثيقة بواسطة ملحق Aspose.Pdf.Plugins.FormEditor.

public sealed class FormEditorAddOptions : FormEditorOptions, IPluginOptions

الوراثة

objectFormOptionsFormEditorOptionsFormEditorAddOptions

التنفيذ

IPluginOptions

الأعضاء الموروثون

FormOptions.AddInput(IDataSource), FormOptions.AddOutput(IDataSource), FormOptions.Inputs, FormOptions.Outputs, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

المنشئات

FormEditorAddOptions(List<formfieldcreateoptions>)

يبدأ مثيلًا جديدًا من كائن PdfFormAddFieldsOptions.

public FormEditorAddOptions(List<formfieldcreateoptions> fieldsCreateOptions)

المعلمات

fieldsCreateOptions List<FormFieldCreateOptions&gt;

قائمة من أطفال FormFieldCreateOptions التي تحدد الخيارات لكل حقل مضاف. كل عنصر من عناصر القائمة يتوافق مع حقل واحد ليتم إضافته.

 عربي