IPPImage Properties |
The IPPImage 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 of the System.Drawing.Image type.
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.
|