PPImage Class

Represents an image in a presentation.
Inheritance Hierarchy
SystemObject
  Aspose.SlidesPPImage

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public class PPImage : IPPImage, IDisposable

The PPImage type exposes the following members.

Properties
  NameDescription
Public propertyBinaryData
Returns the copy of an image's data. Read-only byte.
Public propertyContentType
Returns a MIME type of an image, encoded in BinaryData. Read-only String.
Public propertyHeight
Returns a height of an image. Read-only Int32.
Public propertySvgImage
Returns or sets ISvgImage object ISvgImage
Public propertySystemImage
Returns the copy of an image. Read-only Image.
Public propertyWidth
Returns a width of an image. Read-only Int32.
Public propertyX
Returns a X-offset of an image. Read-only Int32.
Public propertyY
Returns a Y-offset of an image. Read-only Int32.
Methods
  NameDescription
Public methodDispose
Disposes object.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode
Returns the hash code of an image.
(Overrides ObjectGetHashCode.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodReplaceImage(Byte)
Replaces image data. The new image's data.When newImageData parameter is null.
Public methodReplaceImage(Image)
Replaces image data. Attention: when Image is metafile - it will be rasterized due to restrictions of GDI+. Use ReplaceImage(byte[]) instead The new image.When newImage parameter is null.
Public methodReplaceImage(IPPImage)
Replaces image data. The new IPPImage.When newImage parameter is null.
Public methodToString (Inherited from Object.)
See Also