Class XpsConverterToImageOptions

Class XpsConverterToImageOptions

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

Mewakili opsi konverter XPS ke Gambar untuk plugin Aspose.Page.Plugins.XpsConverter.

public sealed class XpsConverterToImageOptions : XpsConverterOptions, IPluginOptions

Pewarisan

objectXpsConverterOptionsXpsConverterToImageOptions

Mengimplementasikan

IPluginOptions

Anggota yang Dwarisi

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

Konstruktor

XpsConverterToImageOptions()

Menginisialisasi instance baru dari objek Aspose.Page.Plugins.XpsConverterToImageOptions dengan opsi default.

public XpsConverterToImageOptions()

XpsConverterToImageOptions(ImageFormat)

Menginisialisasi instance baru dari objek Aspose.Page.Plugins.XpsConverterToImageOptions dengan format gambar.

public XpsConverterToImageOptions(ImageFormat imageFormat)

Parameter

imageFormat ImageFormat

Sebuah format gambar yang dihasilkan.

XpsConverterToImageOptions(Size)

Menginisialisasi instance baru dari objek Aspose.Page.Plugins.XpsConverterToImageOptions dengan ukuran gambar yang dihasilkan.

public XpsConverterToImageOptions(Size size)

Parameter

size Size

Sebuah ukuran gambar yang dihasilkan.

XpsConverterToImageOptions(ImageFormat, Size)

Menginisialisasi instance baru dari objek Aspose.Page.Plugins.XpsConverterToImageOptions dengan format gambar dan ukuran gambar yang dihasilkan.

public XpsConverterToImageOptions(ImageFormat imageFormat, Size size)

Parameter

imageFormat ImageFormat

Sebuah format gambar yang dihasilkan.

size Size

Sebuah ukuran gambar yang dihasilkan.

Properti

ImageFormat

Mengambil/mengatur tipe gambar.

public ImageFormat ImageFormat { get; set; }

Nilai Properti

ImageFormat

OperationName

Mengembalikan nama operasi.

public override string OperationName { get; }

Nilai Properti

string

PageNumbers

Mengambil/mengatur array nomor halaman dalam dokumen XPS yang akan dikonversi. Jika tidak diatur, semua halaman akan dikonversi.

public int[] PageNumbers { get; set; }

Nilai Properti

int[]

Resolution

Mengambil/mengatur resolusi gambar.

public float Resolution { get; set; }

Nilai Properti

float

Size

Mengambil/mengatur ukuran gambar yang dihasilkan.

public Size Size { get; set; }

Nilai Properti

Size

SmoothingMode

Mengambil/mengatur mode pemulusan untuk merender gambar.

public SmoothingMode? SmoothingMode { get; set; }

Nilai Properti

SmoothingMode?

 Indonesia