Class PsConverterToImageOptions

Class PsConverterToImageOptions

Numele spaţiului: Aspose.Page.Plugins Asamblare: Aspose.Page.dll (25.4.0)

Representează opțiunile de convertire PS/EPS la imagine pentru Aspose.Page.Plugins.PsConverter plugin.

public sealed class PsConverterToImageOptions : PsConverterOptions, IPluginOptions

Inheritance

object PsConverterOptions PsConverterToImageOptions

Implements

IPluginOptions

Membrii moștenitori

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

Inițializează o nouă instanță a obiectului Aspose.Page.Plugins.PsConverterToImageOptions cu opțiuni predefinite.

public PsConverterToImageOptions()

PsConverterToImageOptions(ImageFormat)

Inițializează o nouă instanță a obiectului Aspose.Page.Plugins.PsConverterToImageOptions cu format de imagine.

public PsConverterToImageOptions(ImageFormat imageFormat)

Parameters

imageFormat ImageFormat

O formă de imagine rezultată.

PsConverterToImageOptions(Size)

Inițializează o nouă instanță a obiectului Aspose.Page.Plugins.PsConverterToImageOptions cu o dimensiune a imaginii rezultate.

public PsConverterToImageOptions(Size size)

Parameters

size Size

o dimensiune a imaginii rezultate.

PsConverterToImageOptions(Imagini, dimensiuni)

Inițializează o nouă instanță a obiectului Aspose.Page.Plugins.PsConverterToImageOptions cu format de imagine și o dimensiune a imaginii rezultate.

public PsConverterToImageOptions(ImageFormat imageFormat, Size size)

Parameters

imageFormat ImageFormat

O formă de imagine rezultată.

size Size

o dimensiune a imaginii rezultate.

Properties

ImageFormat

Obține / setă tipul de imagine.

public ImageFormat ImageFormat { get; set; }

Valoarea proprietății

ImageFormat

OperationName

Întoarceți numele operațiunii.

public override string OperationName { get; }

Valoarea proprietății

string

Resolution

Obține / stabilește rezoluția imaginii.

public float Resolution { get; set; }

Valoarea proprietății

float

Size

Obține / setă dimensiunea imaginii rezultate.

public Size Size { get; set; }

Valoarea proprietății

Size

SmoothingMode

Obține / setă modul de umiditate pentru a renderiza imaginea.

public SmoothingMode? SmoothingMode { get; set; }

Valoarea proprietății

SmoothingMode ?

 Română