Class FormEditorSetOptions

Class FormEditorSetOptions

Namespace: Aspose.Pdf.Plugins
Assembly: Aspose.PDF.dll (25.4.0)

Represents options for set fields (not annotations) properties.

public sealed class FormEditorSetOptions : FormEditorOptions, IPluginOptions

Inheritance

object FormOptions FormEditorOptions FormEditorSetOptions

Implements

IPluginOptions

Inherited Members

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()

Constructors

FormEditorSetOptions(SelectField, FormFieldSetOptions)

Initializes a new instance of the Aspose.Pdf.Plugins.FormEditorSetOptions object, in which the values assigned to the properties of the field are specified.

public FormEditorSetOptions(SelectField selectField, FormFieldSetOptions settedOptions)

Parameters

selectField SelectField

Delegate that determines the properties of which field(s) to set values.

settedOptions FormFieldSetOptions

An object containing the values assigned to the properties of the field(s). May be an object of a derived class, corresponding to a particular field type.

 English