Click or drag to resize

IImageData Interface

Namespace: Spire.Presentation.Drawing
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public interface IImageData

The IImageData type exposes the following members.

Properties
Name Description
Public property ContentType
Gets a MIME type of an image, encoded in Data . Read-only String .
Public property Data
Gets the copy of an image's data. Read-only Byte [].
Public property Height
Gets a height of an image. Read-only Int32 .
Public property Image
Gets the copy of an image. Read-only Image .
Public property Width
Gets a width of an image. Read-only Int32 .
Public property X
Gets a X-offset of an image. Read-only Int32 .
Public property Y
Gets a Y-offset of an image. Read-only Int32 .
Top
Methods
Name Description
Public method GetHashCode
Gets the hash code of an image.
Top
See Also