Apitron.PDF.Kit library for .NET
Top
The ImageInfo type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | BitsPerComponent |
Gets the number of bits used to represent each color component (decompressed data).
|
![]() | CodecName |
Gets the codec name (as defined in PDF specification), is being used to decompress the image.
|
![]() | ColorSpace |
Gets the colorspace name as defined in PDF specification.
|
![]() | EncodedData |
Gets the encoded data of the image (encoded data as it is written in the PDF file).
|
![]() | Height |
Gets the height of the image, in samples.
|
![]() | Palette |
Gets the colorspace palette (if colorspace is indexed).
|
![]() | RawData |
Gets the raw data of the image.
|
![]() | Width |
Gets the width of the image, in samples.
|
![]() | X |
Gets the x coordinate of the drawing.
|
![]() | Y |
Gets the y coordinate of the drawing.
|
See Also