Class PdfConverterOptions
Namespace: Aspose.Pdf.Plugins
Assembly: Aspose.PDF.dll
Represents options for Pdf converter plugins.
public abstract class PdfConverterOptions : IPluginOptions
Inheritance
Derived
HtmlToPdfOptions, PdfToDocOptions, PdfToHtmlOptions, PdfToXlsOptions
Implements
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
Inputs
Returns PdfConverterOptions plugin data collection.
public List<idatasource> Inputs { get; }
Property Value
List<IDataSource>
OperationName
Returns operation name.
public abstract string OperationName { get; }
Property Value
Outputs
Gets collection of added targets for saving operation results.
public List<idatasource> Outputs { get; }
Property Value
List<IDataSource>
Methods
AddInput(IDataSource)
Adds new data source to the PdfConverter plugin data collection.
public void AddInput(IDataSource dataSource)
Parameters
dataSource
IDataSource
Data source to add.
AddOutput(IDataSource)
Adds new data source to the PdfToXLSXConverterOptions plugin data collection.
public void AddOutput(IDataSource saveDataSource)
Parameters
saveDataSource
IDataSource
Data source (file or stream) for saving operation results.