Class XpsConverterToImageOptions

Class XpsConverterToImageOptions

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

Representa las opciones del convertidor de XPS a imagen para el plugin Aspose.Page.Plugins.XpsConverter.

public sealed class XpsConverterToImageOptions : XpsConverterOptions, IPluginOptions

Herencia

objectXpsConverterOptionsXpsConverterToImageOptions

Implementa

IPluginOptions

Miembros heredados

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

Constructores

XpsConverterToImageOptions()

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

public XpsConverterToImageOptions()

XpsConverterToImageOptions(ImageFormat)

Inicializa una nueva instancia del objeto Aspose.Page.Plugins.XpsConverterToImageOptions con el formato de imagen.

public XpsConverterToImageOptions(ImageFormat imageFormat)

Parámetros

imageFormat ImageFormat

Un formato de la imagen resultante.

XpsConverterToImageOptions(Size)

Inicializa una nueva instancia del objeto Aspose.Page.Plugins.XpsConverterToImageOptions con un tamaño de la imagen resultante.

public XpsConverterToImageOptions(Size size)

Parámetros

size Size

Un tamaño de la imagen resultante.

XpsConverterToImageOptions(ImageFormat, Size)

Inicializa una nueva instancia del objeto Aspose.Page.Plugins.XpsConverterToImageOptions con el formato de imagen y un tamaño de la imagen resultante.

public XpsConverterToImageOptions(ImageFormat imageFormat, Size size)

Parámetros

imageFormat ImageFormat

Un formato de la imagen resultante.

size Size

Un tamaño de la imagen resultante.

Propiedades

ImageFormat

Obtiene/establece el tipo de imagen.

public ImageFormat ImageFormat { get; set; }

Valor de la propiedad

ImageFormat

OperationName

Devuelve el nombre de la operación.

public override string OperationName { get; }

Valor de la propiedad

string

PageNumbers

Obtiene/establece el array de números de las páginas en el documento XPS a convertir. Si no se establece, se convertirán todas las páginas.

public int[] PageNumbers { get; set; }

Valor de la propiedad

int[]

Resolution

Obtiene/establece la resolución de la imagen.

public float Resolution { get; set; }

Valor de la propiedad

float

Size

Obtiene/establece el tamaño de la imagen resultante.

public Size Size { get; set; }

Valor de la propiedad

Size

SmoothingMode

Obtiene/establece el modo de suavizado para renderizar la imagen.

public SmoothingMode? SmoothingMode { get; set; }

Valor de la propiedad

SmoothingMode?

 Español