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
| Name | Type | Access | Description |
|---|---|---|---|
Size | Size | Read | Gets the image dimensions as a Size. |
Width | int | Read | Gets the image width in pixels. |
Height | int | Read | Gets the image height in pixels. |
méthodes
| Signature | Description |
|---|---|
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