Class XpsConverterToImageOptions
Pôvodný názov: Aspose.Page.Plugins Zhromaždenie: Aspose.Page.dll (25.4.0)
Predstavuje možnosti konvertu XPS na obrázok pre Aspose.Page.Plugins.XpsConverter plugin.
public sealed class XpsConverterToImageOptions : XpsConverterOptions, IPluginOptions
Inheritance
object ← XpsConverterOptions ← XpsConverterToImageOptions
Implements
Z dedičných členov
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()
Initalizuje novú inštanciu Aspose.Page.Plugins.XpsConverterToImageOptions objekt s predvolenými možnosťami.
public XpsConverterToImageOptions()
XpsConverterToImageOptions(ImageFormat)
Iniciuje novú inštanciu Aspose.Page.Plugins.XpsConverterToImageOptions objekt s obrázkovým formátom.
public XpsConverterToImageOptions(ImageFormat imageFormat)
Parameters
imageFormat
ImageFormat
Formát výsledného obrazu.
XpsConverterToImageOptions(Size)
Iniciuje novú inštanciu Aspose.Page.Plugins.XpsConverterToImageOptions objekt s veľkosťou výsledného obrazu.
public XpsConverterToImageOptions(Size size)
Parameters
size
Size
Veľkosť výsledného obrazu.
XpsConverterToImageOptions(obrázok, veľkosť)
Initalizuje novú inštanciu Aspose.Page.Plugins.XpsConverterToImageOptions objekt s obrázkovým formátom a veľkosťou výsledného obrazu.
public XpsConverterToImageOptions(ImageFormat imageFormat, Size size)
Parameters
imageFormat
ImageFormat
Formát výsledného obrazu.
size
Size
Veľkosť výsledného obrazu.
Properties
ImageFormat
Získajte / nastavíte typ obrazu.
public ImageFormat ImageFormat { get; set; }
Hodnota nehnuteľnosti
OperationName
Vráťte názov operácie.
public override string OperationName { get; }
Hodnota nehnuteľnosti
PageNumbers
Získa / nastaví množstvo stránok v dokumente XPS na konverziu. ak nie, všetky stránky budú konvertované.
public int[] PageNumbers { get; set; }
Hodnota nehnuteľnosti
int []
Resolution
Získajte / nastavíte rozlíšenie obrazu.
public float Resolution { get; set; }
Hodnota nehnuteľnosti
Size
Získa / nastaví veľkosť výsledného obrazu.
public Size Size { get; set; }
Hodnota nehnuteľnosti
SmoothingMode
Získajte / nastavíte režim uvoľňovania pre renderovanie obrazu.
public SmoothingMode? SmoothingMode { get; set; }