Class XpsConverterToPdfOptions

Class XpsConverterToPdfOptions

Nome do espaço: Aspose.Page.Plugins Assembleia: Aspose.Page.dll (25.4.0)

Representa as opções de conversão de XPS para PDF para Aspose.Page.Plugins.XpsConverter plugin.

public sealed class XpsConverterToPdfOptions : XpsConverterOptions, IPluginOptions

Inheritance

object XpsConverterOptions XpsConverterToPdfOptions

Implements

IPluginOptions

Membros herdados

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

Inicia uma nova instância do Objeto Aspose.Page.Plugins.XpsConverterToPdfOptions com opções padrão.

public XpsConverterToPdfOptions()

Properties

OperationName

Retornar o nome da operação.

public override string OperationName { get; }

Valor da propriedade

string

PageNumbers

Obter/set a sequência de números de páginas no documento XPS para converter. se não definir todas as páginas serão convertidas.

public int[] PageNumbers { get; set; }

Valor da propriedade

int [ ]

 Português