Jpeg2000PageMetadata Class Members
In This Topic
The following tables list the members exposed by
Jpeg2000PageMetadata.
Public Constructors
Public Properties
| Name | Description |
 | BitsPerPixel | Gets the bit depth of image returned by decoder. |
 | Brand | Gets the field that specifies the Recommendation or International Standard, which completely defines this Jpeg2000 file. |
 | CanCopy | Gets a value indicating whether the metadata node can be copied to the new metadata tree. (Inherited from MetadataNode) |
 | CanRemove | Gets a value indicating whether the metadata node can be removed from children collection of parent node. (Inherited from MetadataNode) |
 | ColorSpace | Gets the color space type of the JPEG2000 page. |
 | ColorSpaceSpecifications | Gets the color space specifications. |
 | ContentActions | Gets the content actions of document page. (Inherited from PageMetadata) |
 | FileFormat | Gets the format of JPEG2000 file. |
 | HasResolution | Gets a value indicating whether the information about image resolution is stored in a JPEG2000 page. |
 | HasValue | Gets a value indicating whether the node has value. (Inherited from MetadataNode) |
 | ImageHeight | Gets the height, in pixels, of image. |
 | ImageWidth | Gets the width, in pixels, of image. |
 | IsChanged | Gets a value indicating whether the node is changed. (Inherited from MetadataNode) |
 | IsLeafNode | Gets a value indicating whether the node is leaf of metadata tree. (Inherited from MetadataNode) |
 | IsReadOnly | Gets a value indicating whether the node is read-only. (Inherited from MetadataNode) |
 | IsReversibleWaveletTransformUsed | Gets a value indicating whether the reversible (integer) wavelet transform is used. |
 | Name | Gets a name of the node. (Inherited from MetadataNode) |
 | NumberOfComponents | Gets the number of color components. |
 | PageLabel | Gets the page label. (Inherited from PageMetadata) |
 | Parent | Gets the parent node of the node. (Inherited from MetadataNode) |
 | ProgressionOrder | Gets the organization of the compressed data in the codestream. |
 | QualityLayerCount | Gets the number of quality layers in the JPEG2000 image. |
 | Resolution | Gets or sets the resolution of page, in pixels per inch. |
 | SourceBitsPerChannels | Gets an array of numbers of bits per image channel stored in JPEG2000 image. |
 | SourceBitsPerPixel | Gets the source image bit depth. |
 | TextRegionMetadata | Gets the text region metadata. (Inherited from PageMetadata) |
 | TileCount | Gets the count of tiles in the JPEG2000 image. |
 | TileHeight | Gets the height, in pixels, of image tile. |
 | TileWidth | Gets the width, in pixels, of image tile. |
 | Value | Gets or sets a value of the node. (Inherited from MetadataNode) |
 | WaveletLevels | Gets the number of discrete wavelet transformation levels (decomposition levels). |
Protected Properties
Public Methods
Protected Methods
Public Events
| Name | Description |
 | Changed | Occurs when metadata tree node is changed. (Inherited from PageMetadata) |
See Also