Class PsConverterToImageOptions

Class PsConverterToImageOptions

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

Representa las opciones del convertidor de PS/EPS a imagen para el plugin Aspose.Page.Plugins.PsConverter.

public sealed class PsConverterToImageOptions : PsConverterOptions, IPluginOptions

Herencia

objectPsConverterOptionsPsConverterToImageOptions

Implementa

IPluginOptions

Miembros heredados

PsConverterOptions.AddDataSource(IDataSource), PsConverterOptions.AddSaveDataSource(IDataSource), PsConverterOptions.DataCollection, PsConverterOptions.SaveTargetsCollection, PsConverterOptions.OperationName, PsConverterOptions.SupressErrors, PsConverterOptions.Exceptions, PsConverterOptions.Debug, PsConverterOptions.AdditionalFontsFolders, PsConverterOptions.JpegQualityLevel, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructores

PsConverterToImageOptions()

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

public PsConverterToImageOptions()

PsConverterToImageOptions(ImageFormat)

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

public PsConverterToImageOptions(ImageFormat imageFormat)

Parámetros

imageFormat ImageFormat

Un formato de la imagen resultante.

PsConverterToImageOptions(Size)

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

public PsConverterToImageOptions(Size size)

Parámetros

size Size

Un tamaño de la imagen resultante.

PsConverterToImageOptions(ImageFormat, Size)

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

public PsConverterToImageOptions(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 Propiedad

ImageFormat

OperationName

Devuelve el nombre de la operación.

public override string OperationName { get; }

Valor de Propiedad

string

Resolution

Obtiene/establece la resolución de la imagen.

public float Resolution { get; set; }

Valor de Propiedad

float

Size

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

public Size Size { get; set; }

Valor de Propiedad

Size

SmoothingMode

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

public SmoothingMode? SmoothingMode { get; set; }

Valor de Propiedad

SmoothingMode?

 Español