Class XpsConverterToImageOptions
İsim alanı : Aspose.Page.Plugins Toplama: Aspose.Page.dll (25.4.0)
Aspose.Page.Plugins.XpsConverter eklentisi için XPS to Image dönüştürücü seçenekleri temsil eder.
public sealed class XpsConverterToImageOptions : XpsConverterOptions, IPluginOptions
Inheritance
object ← XpsConverterOptions ← XpsConverterToImageOptions
Implements
mirasçı üyeleri
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()
Aspose.Page.Plugins.XpsConverterToImageOptions nesnesinin yeni örneğini varsayılan seçeneklerle başlatır.
public XpsConverterToImageOptions()
XpsConverterToImageOptions(ImageFormat)
Aspose.Page.Plugins.XpsConverterToImageOptions nesnesinin resim biçimi ile yeni bir örneği başlatır.
public XpsConverterToImageOptions(ImageFormat imageFormat)
Parameters
imageFormat
ImageFormat
Sonuç görüntü biçimi.
XpsConverterToImageOptions(Size)
Aspose.Page.Plugins.XpsConverterToImageOptions nesnesinin yeni bir örneği, sonuçlanan görüntü boyutuna sahiptir.
public XpsConverterToImageOptions(Size size)
Parameters
size
Size
Sonuç görüntü boyutunu belirleyin.
XpsConverterToImageOptions(Görüntüleme Formatı, Boyut)
Aspose.Page.Plugins.XpsConverterToImageOptions nesnesinin yeni örneğini görüntü biçimi ve sonuçlanan görüntü boyutu ile başlatır.
public XpsConverterToImageOptions(ImageFormat imageFormat, Size size)
Parameters
imageFormat
ImageFormat
Sonuç görüntü biçimi.
size
Size
Sonuç görüntü boyutunu belirleyin.
Properties
ImageFormat
Görüntü türünü alır / ayarlar.
public ImageFormat ImageFormat { get; set; }
Mülkiyet Değer
OperationName
Operasyon adı geri döndürülür.
public override string OperationName { get; }
Mülkiyet Değer
PageNumbers
Dönüştürmek için XPS belgesinde sayısının aralığını alır / ayarlar. eğer ayarlanmazsa tüm sayfalar dönüştürülür.
public int[] PageNumbers { get; set; }
Mülkiyet Değer
int […]
Resolution
Görüntü çözünürlüğünü alır / ayarlar.
public float Resolution { get; set; }
Mülkiyet Değer
Size
Sonuçlanan görüntü boyutunu alır / ayarlar.
public Size Size { get; set; }
Mülkiyet Değer
SmoothingMode
Görüntü renderasyonu için yumuşatma modunu alır / ayarlar.
public SmoothingMode? SmoothingMode { get; set; }