Class ImageRenderingOptions
Le nom : Aspose.Svg.Rendering.Image Assemblée: Aspose.SVG.dll (25.5.0)
Représente les options de rendu pour Aspose.Svg.Rendering.Image. ImageDevice. Cette option est utilisée pour spécifier le format d’image de sortie, la compression, sa résolution, etc.
[ComVisible(true)]
public class ImageRenderingOptions : RenderingOptions
Inheritance
object ← RenderingOptions ← ImageRenderingOptions
Derived
I membri ereditari
RenderingOptions.Css , RenderingOptions.PageSetup , RenderingOptions.HorizontalResolution , RenderingOptions.BackgroundColor , RenderingOptions.VerticalResolution , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
ImageRenderingOptions()
Initialisez une nouvelle instance de la catégorie Aspose.Svg.Rendering.Image.ImagineRendingOptions; Aspos.L.F.P. sera utilisé comme format d’image par défaut.
public ImageRenderingOptions()
ImageRenderingOptions(ImageFormat)
Initialisez une nouvelle instance de la catégorie Aspose.Svg.Rendering.Image.ImmageRendingOptions avec un format d’image spécifié.
public ImageRenderingOptions(ImageFormat format)
Parameters
format
ImageFormat
Le format d’image de sortie.
Properties
Compression
Sélectionnez ou obtenez le format de fichier d’image (TIFF) Aspose.Svg.Rendering.Image.Compression. par défaut cette propriété se trouve dans l’Apost.
public Compression Compression { get; set; }
Valore di proprietà
Format
Sélectionnez ou obtenez Aspose.Svg.Rendering.Image.ImageFormat. par défaut cette propriété est Asposa.svk.renderingu.imageFormate.Png.
public ImageFormat Format { get; set; }
Valore di proprietà
HorizontalResolution
Sélectionner ou obtenir une résolution horizontale pour la sortie et les images internes (qui sont utilisées pendant le traitement des filtres) en pixels par pouce.
public override Resolution HorizontalResolution { get; set; }
Valore di proprietà
Text
Obtenez un objet Aspose.Svg.Rendering.Image.TextOptions qui est utilisé pour la configuration du rendu de texte.
public TextOptions Text { get; }
Valore di proprietà
UseAntialiasing
Déterminez si vous devez utiliser antialiasing. par défaut, antiliasing est activé.
public bool UseAntialiasing { get; set; }
Valore di proprietà
VerticalResolution
Sélectionner ou obtenir une résolution verticale pour la sortie et les images internes (qui sont utilisées pendant le traitement des filtres) en pixels par pouce.
public override Resolution VerticalResolution { get; set; }