Class XpsConverterToImageOptions

Class XpsConverterToImageOptions

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

Representează opțiunile de conversie XPS la imagine pentru Aspose.Page.Plugins.XpsConverter plugin.

public sealed class XpsConverterToImageOptions : XpsConverterOptions, IPluginOptions

Inheritance

object XpsConverterOptions XpsConverterToImageOptions

Implements

IPluginOptions

Membrii moștenitori

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

Constructors

XpsConverterToImageOptions()

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

public XpsConverterToImageOptions()

XpsConverterToImageOptions(ImageFormat)

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

public XpsConverterToImageOptions(ImageFormat imageFormat)

Parameters

imageFormat ImageFormat

O formă de imagine rezultată.

XpsConverterToImageOptions(Size)

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

public XpsConverterToImageOptions(Size size)

Parameters

size Size

o dimensiune a imaginii rezultate.

XpsConverterToImageOptions(Imagini, dimensiuni)

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

public XpsConverterToImageOptions(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

PageNumbers

Obține / setă gama de pagini în documentul XPS pentru a converti. dacă nu setati toate paginile vor fi convertite.

public int[] PageNumbers { get; set; }

Valoarea proprietății

int []

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ă