Class XpsConverterToPdfOptions
Namespace: Aspose.Page.Plugins
Assembly: Aspose.Page.dll (25.4.0)
Represents XPS to PDF converter options for Aspose.Page.Plugins.XpsConverter plugin.
public sealed class XpsConverterToPdfOptions : XpsConverterOptions, IPluginOptions
Inheritance
object ← XpsConverterOptions ← XpsConverterToPdfOptions
Implements
Inherited Members
XpsConverterOptions.AddDataSource(IDataSource) , XpsConverterOptions.AddSaveDataSource(IDataSource) , XpsConverterOptions.DataCollection , XpsConverterOptions.SaveTargetsCollection , XpsConverterOptions.OperationName , XpsConverterOptions.JpegQualityLevel , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
XpsConverterToPdfOptions()
Initializes new instance of the Aspose.Page.Plugins.XpsConverterToPdfOptions object with default options.
public XpsConverterToPdfOptions()
Properties
OperationName
Returns operation name.
public override string OperationName { get; }
Property Value
PageNumbers
Gets/sets the array of numbers of pages in XPS document to convert. If not set all pages will be converted.
public int[] PageNumbers { get; set; }
Property Value
int []