Click or drag to resize

Jp2ImageInfo Class

This class derives from ImageInfo, and contains information about the JPEG2000 image such as width, height, and colordepth.
Inheritance Hierarchy
SystemObject
  Atalasoft.Imaging.CodecImageInfo
    Atalasoft.Imaging.Codec.Jpeg2000Jp2ImageInfo

Namespace:  Atalasoft.Imaging.Codec.Jpeg2000
Assembly:  Atalasoft.dotImage.Jpeg2000 (in Atalasoft.dotImage.Jpeg2000.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public class Jp2ImageInfo : ImageInfo

The Jp2ImageInfo type exposes the following members.

Constructors
  NameDescription
Public methodJp2ImageInfo
Creates a new instance of Jp2ImageInfo.
Top
Properties
  NameDescription
Public propertyColorDepth
The bits per pixel of the image, as loaded.
(Inherited from ImageInfo.)
Public propertyFileFormat
Gets the JPEG2000 codestream of the source image data.
Public propertyFrameCount
The number of frames/images/pages in the file.
(Inherited from ImageInfo.)
Public propertyImageType Obsolete.
The file format.
(Inherited from ImageInfo.)
Public propertyIPData
Gets the Intellectual Property Rights Information (IPData) stored in the source data stream.
Public propertyPixelFormat
The PixelFormat of the image, as loaded.
(Inherited from ImageInfo.)
Public propertyResolution
The image resolution, usually in dots per inch.
(Inherited from ImageInfo.)
Public propertySize
The width and height of the image, as loaded.
(Inherited from ImageInfo.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsJpx
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetFileFormat
Public methodToString
Returns a String that represents this instance.
(Inherited from ImageInfo.)
Top
Fields
  NameDescription
Protected field_fileFormat
Protected field_ipData
Protected fieldfeature
Top
Remarks
To obtain information specific to JPEG2000 such as FileType and , the returned ImageInfo class must be cast to a Jp2ImageInfo object.
See Also