Class XpsConverterToImageOptions
Namespace: Aspose.Page.Plugins
Assembly: Aspose.Page.dll (25.1.2)
Aspose.Page.Plugins.XpsConverter eklentisi için XPS’ten Görüntüye dönüştürücü seçeneklerini temsil eder.
public sealed class XpsConverterToImageOptions : XpsConverterOptions, IPluginOptions
Miras
object ← XpsConverterOptions ← XpsConverterToImageOptions
Uygulamalar
Miras Alınan Üyeler
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()
Yapıcılar
XpsConverterToImageOptions()
Varsayılan seçeneklerle Aspose.Page.Plugins.XpsConverterToImageOptions nesnesinin yeni bir örneğini başlatır.
public XpsConverterToImageOptions()
XpsConverterToImageOptions(ImageFormat)
Görüntü formatı ile Aspose.Page.Plugins.XpsConverterToImageOptions nesnesinin yeni bir örneğini başlatır.
public XpsConverterToImageOptions(ImageFormat imageFormat)
Parametreler
imageFormat
ImageFormat
Sonuç görüntüsünün formatı.
XpsConverterToImageOptions(Size)
Sonuç görüntüsünün boyutu ile Aspose.Page.Plugins.XpsConverterToImageOptions nesnesinin yeni bir örneğini başlatır.
public XpsConverterToImageOptions(Size size)
Parametreler
size
Size
Sonuç görüntüsünün boyutu.
XpsConverterToImageOptions(ImageFormat, Size)
Görüntü formatı ve sonuç görüntüsünün boyutu ile Aspose.Page.Plugins.XpsConverterToImageOptions nesnesinin yeni bir örneğini başlatır.
public XpsConverterToImageOptions(ImageFormat imageFormat, Size size)
Parametreler
imageFormat
ImageFormat
Sonuç görüntüsünün formatı.
size
Size
Sonuç görüntüsünün boyutu.
Özellikler
ImageFormat
Görüntü türünü alır/ayarlar.
public ImageFormat ImageFormat { get; set; }
Özellik Değeri
OperationName
İşlem adını döndürür.
public override string OperationName { get; }
Özellik Değeri
PageNumbers
Dönüştürülecek XPS belgesindeki sayfa numaralarının dizisini alır/ayarlar. Ayarlanmazsa tüm sayfalar dönüştürülecektir.
public int[] PageNumbers { get; set; }
Özellik Değeri
int[]
Resolution
Görüntü çözünürlüğünü alır/ayarlar.
public float Resolution { get; set; }
Özellik Değeri
Size
Sonuç görüntüsünün boyutunu alır/ayarlar.
public Size Size { get; set; }
Özellik Değeri
SmoothingMode
Görüntü render’ı için pürüzsüzleştirme modunu alır/ayarlar.
public SmoothingMode? SmoothingMode { get; set; }