Class XpsConverterToPdfOptions

Class XpsConverterToPdfOptions

Nombre del espacio: Aspose.Page.Plugins Asamblea: Aspose.Page.dll (25.4.0)

Representa las opciones de conversión de XPS a PDF para Aspose.Page.Plugins.XpsConverter.

public sealed class XpsConverterToPdfOptions : XpsConverterOptions, IPluginOptions

Inheritance

object XpsConverterOptions XpsConverterToPdfOptions

Implements

IPluginOptions

Miembros heredados

XpsConverterOptions.AddDataSource(IDataSource) ,y, XpsConverterOptions.AddSaveDataSource(IDataSource) ,y, XpsConverterOptions.DataCollection ,y, XpsConverterOptions.SaveTargetsCollection ,y, XpsConverterOptions.OperationName ,y, XpsConverterOptions.JpegQualityLevel ,y, object.GetType() ,y, object.ToString() ,y, object.Equals(object?) ,y, object.Equals(object?, object?) ,y, object.ReferenceEquals(object?, object?) ,y, object.GetHashCode()

Constructors

XpsConverterToPdfOptions()

Inicializa una nueva instancia del objeto Aspose.Page.Plugins.XpsConverterToPdfOptions con opciones predeterminadas.

public XpsConverterToPdfOptions()

Properties

OperationName

devolver el nombre de operación.

public override string OperationName { get; }

Valor de la propiedad

string

PageNumbers

Obtenga/seta la serie de números de páginas en el documento XPS para convertir. si no se establece, todas las páginas se convertirán.

public int[] PageNumbers { get; set; }

Valor de la propiedad

int [][]

 Español