Class PsConverterToImageOptions

Class PsConverterToImageOptions

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

Represents PS/EPS to Image converter options for Aspose.Page.Plugins.PsConverter plugin.

public sealed class PsConverterToImageOptions : PsConverterOptions, IPluginOptions

Inheritance

objectPsConverterOptionsPsConverterToImageOptions

Implements

IPluginOptions

Inherited Members

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

Constructors

PsConverterToImageOptions()

Initializes new instance of the Aspose.Page.Plugins.PsConverterToImageOptions object with default options.

public PsConverterToImageOptions()

PsConverterToImageOptions(ImageFormat)

Initializes new instance of the Aspose.Page.Plugins.PsConverterToImageOptions object with image format.

public PsConverterToImageOptions(ImageFormat imageFormat)

Parameters

imageFormat ImageFormat

A format of resulting image.

PsConverterToImageOptions(Size)

Initializes new instance of the Aspose.Page.Plugins.PsConverterToImageOptions object with a size of the resulting image.

public PsConverterToImageOptions(Size size)

Parameters

size Size

A size the resulting image.

PsConverterToImageOptions(ImageFormat, Size)

Initializes new instance of the Aspose.Page.Plugins.PsConverterToImageOptions object with image format and a size of the resulting image.

public PsConverterToImageOptions(ImageFormat imageFormat, Size size)

Parameters

imageFormat ImageFormat

A format of resulting image.

size Size

A size the resulting image.

Properties

ImageFormat

Gets/sets the image type.

public ImageFormat ImageFormat { get; set; }

Property Value

ImageFormat

OperationName

Returns operation name.

public override string OperationName { get; }

Property Value

string

Resolution

Gets/sets the image resolution.

public float Resolution { get; set; }

Property Value

float

Size

Gets/sets the size of the resulting image.

public Size Size { get; set; }

Property Value

Size

SmoothingMode

Gets/sets the smoothing mode for rendering image.

public SmoothingMode? SmoothingMode { get; set; }

Property Value

SmoothingMode?

 English