IPPImage

Vue de l’ensemble

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

Il représente une image présentée en embouteillage stockée dans un paquet OPC.

Cette classe fournit 3 méthodes pour travailler avec les objets IPPImage dans des programmes .NET. Les méthodologies disponibles comprennent: ‘ReplaceImages’. Tous les membres publics sont accessibles à n’importe quelle application .Net après l’installation de l’Aspose.Slides FOSS pour le pack .net. Propriétés: BinaryData, ContentType , Height et 1 plus.

Propriétés

NameTypeAccessDescription
BinaryDatabyte[]ReadGets a copy of the image data as a byte array.
ImageIImageReadGets a copy of the image as an IImage instance.
ContentTypestringReadGets the MIME content type of the image.
WidthintReadGets the image width in pixels.
HeightintReadGets the image height in pixels.
XintReadGets the X-offset of the image.
YintReadGets the Y-offset of the image.

méthodes

SignatureDescription
ReplaceImage(newImageData: byte[])Replaces this image with the specified raw byte data.
ReplaceImage(newImage: IImage)Replaces this image with data from the specified IImage.
ReplaceImage(newImage: IPPImage)Replaces this image with data from another IPPImage.

Voir aussi

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