Class XpsConverterToPdfOptions

Class XpsConverterToPdfOptions

Namespace: Aspose.Page.Plugins
Assembly: Aspose.Page.dll (25.1.2)

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

public sealed class XpsConverterToPdfOptions : XpsConverterOptions, IPluginOptions

Herança

objectXpsConverterOptionsXpsConverterToPdfOptions

Implementa

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

Construtores

XpsConverterToPdfOptions()

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

public XpsConverterToPdfOptions()

Propriedades

OperationName

Retorna o nome da operação.

public override string OperationName { get; }

Valor da Propriedade

string

PageNumbers

Obtém/define o array de números das páginas no documento XPS a ser convertido. Se não definido, todas as páginas serão convertidas.

public int[] PageNumbers { get; set; }

Valor da Propriedade

int[]

 Português