ImageInfo Properties

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET

The ImageInfo type exposes the following members.

Properties

  NameDescription
Public propertyBitsPerComponent
Gets the number of bits used to represent each color component (decompressed data).
Public propertyCodecName
Gets the codec name (as defined in PDF specification), is being used to decompress the image.
Public propertyColorSpace
Gets the colorspace name as defined in PDF specification.
Public propertyEncodedData
Gets the encoded data of the image (encoded data as it is written in the PDF file).
Public propertyHeight
Gets the height of the image, in samples.
Public propertyPalette
Gets the colorspace palette (if colorspace is indexed).
Public propertyRawData
Gets the raw data of the image.
Public propertyWidth
Gets the width of the image, in samples.
Public propertyX
Gets the x coordinate of the drawing.
Public propertyY
Gets the y coordinate of the drawing.
Top
See Also

Reference