IImage

Vue de l’ensemble

‘IImage’ est une classe dans Aspose.Slides FOSS pour .NET.

Il représente une image de raster ou vecteur.

Cette classe fournit 5 méthodes pour travailler avec les objets IImage dans des programmes .NET. Les méthodologies disponibles comprennent: ‘Save’ Tous les membres publics sont accessibles à n’importe quelle application .Net après l’installation de la Aspose.Slides FOSS pour le package .net. Propriétés: Height', Size’, ‘Width’.

Propriétés

NameTypeAccessDescription
SizeSizeReadGets the image dimensions as a Size.
WidthintReadGets the image width in pixels.
HeightintReadGets the image height in pixels.

méthodes

SignatureDescription
Save(filename: string)Saves the image to the specified file path.
Save(filename: string, format: string)Saves the image to the specified file path in the given format.
Save(stream: Stream, format: string)Saves the image to the specified stream in the given format.
Save(filename: string, format: string, quality: int)Saves the image to the specified file path in the given format and quality.
Save(stream: Stream, format: string, quality: int)Saves the image to the specified stream in the given format and quality.

Voir aussi

  • Aspose.Slides - référence API d’entreprise
 Français