Class PsConverterToImageOptions
Nom dels espais: Aspose.Page.Plugins Assemblea: Aspose.Page.dll (25.4.0)
Representa les opcions de convertidor de PS/EPS a imatge per a Aspose.Page.Plugins.PsConverter plugin.
public sealed class PsConverterToImageOptions : PsConverterOptions, IPluginOptions
Inheritance
object ← PsConverterOptions ← PsConverterToImageOptions
Implements
Membres heretats
PsConverterOptions.AddDataSource(IDataSource) , PsConverterOptions.AddSaveDataSource(IDataSource) , PsConverterOptions.DataCollection , PsConverterOptions.SaveTargetsCollection , PsConverterOptions.OperationName , PsConverterOptions.SupressErrors , PsConverterOptions.Exceptions , PsConverterOptions.Debug , PsConverterOptions.AdditionalFontsFolders , PsConverterOptions.JpegQualityLevel , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
PsConverterToImageOptions()
Inicialitza una nova instància de l’objecte Aspose.Page.Plugins.PsConverterToImageOptions amb opcions de default.
public PsConverterToImageOptions()
PsConverterToImageOptions(ImageFormat)
Inicialitza una nova instància de l’objecte Aspose.Page.Plugins.PsConverterToImageOptions amb el format d’imatge.
public PsConverterToImageOptions(ImageFormat imageFormat)
Parameters
imageFormat
ImageFormat
Un format d’imatge resultant.
PsConverterToImageOptions(Size)
Inicialitza una nova instància de l’objecte Aspose.Page.Plugins.PsConverterToImageOptions amb una mida de la imatge resultant.
public PsConverterToImageOptions(Size size)
Parameters
size
Size
Una mida de la imatge resultant.
PsConverterToImageOptions(Imatge, mida)
Inicialitza una nova instància de l’objecte Aspose.Page.Plugins.PsConverterToImageOptions amb format d’imatge i una mida de la imatge resultant.
public PsConverterToImageOptions(ImageFormat imageFormat, Size size)
Parameters
imageFormat
ImageFormat
Un format d’imatge resultant.
size
Size
Una mida de la imatge resultant.
Properties
ImageFormat
Obté/seta el tipus d’imatge.
public ImageFormat ImageFormat { get; set; }
Valor de la propietat
OperationName
Torna el nom d’operaci.
public override string OperationName { get; }
Valor de la propietat
Resolution
Obté/seta la resolució de la imatge.
public float Resolution { get; set; }
Valor de la propietat
Size
Obté/seta la mida de la imatge resultant.
public Size Size { get; set; }
Valor de la propietat
SmoothingMode
Obté/seta el mode de suavitat per a la renderització d’imatge.
public SmoothingMode? SmoothingMode { get; set; }