ImageInfo Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represents an image descriptor to be used for the images extracted from PDF content.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.ExtractionImageInfo

Namespace:  Apitron.PDF.Kit.Extraction
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public sealed class ImageInfo : IDisposable

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
Methods

  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodGetRGBRawData
Gets the RGB raw data of the image.
Public methodSaveToBitmap
Saves referenced image to given stream as a bitmap image having 24bpp format.
Top
See Also

Reference