PPImage Class |
Namespace: Aspose.Slides
The PPImage type exposes the following members.
Name | Description | |
---|---|---|
![]() | BinaryData |
Returns the copy of an image's data.
Read-only byte.
|
![]() | ContentType |
Returns a MIME type of an image, encoded in BinaryData.
Read-only String.
|
![]() | Height |
Returns a height of an image.
Read-only Int32.
|
![]() | SvgImage |
Returns or sets ISvgImage object ISvgImage |
![]() | SystemImage |
Returns the copy of an image.
Read-only Image.
|
![]() | Width |
Returns a width of an image.
Read-only Int32.
|
![]() | X |
Returns a X-offset of an image.
Read-only Int32.
|
![]() | Y |
Returns a Y-offset of an image.
Read-only Int32.
|
Name | Description | |
---|---|---|
![]() | Dispose |
Disposes object.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode |
Returns the hash code of an image.
(Overrides ObjectGetHashCode.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ReplaceImage(Byte) |
Replaces image data.
The new image's data.When newImageData parameter is null. |
![]() | ReplaceImage(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. |
![]() | ReplaceImage(IPPImage) |
Replaces image data.
The new IPPImage.When newImage parameter is null. |
![]() | ToString | (Inherited from Object.) |