VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Jpeg2000 Namespace / Jpeg2000Page Class
Properties Methods Events SeeAlso
In This Topic
    Jpeg2000Page Class Members
    In This Topic
    The following tables list the members exposed by Jpeg2000Page.
    Public Properties
     NameDescription
    Public PropertyGets the number of bits per pixel for image returned by GetImage(DecodingSettings,EventHandler<ProgressEventArgs>) method.
    Public PropertyGets the color space type of this JPEG2000 page.
    Public PropertyGets the format of JPEG2000 file.
    Public PropertyGets a value indicating whether the image has a palette.
    Public PropertyGets a value indicating whether the information about image resolution is stored in a JPEG2000 page.
    Public PropertyGets the height, in pixels, of this image page.
    Public PropertyGets a value indicating whether the image file block is changed. (Inherited from ImageFileBlock)
    Public PropertyGets a value indicating whether the reversible (integer) wavelet transform is used.
    Public PropertyGets a value indicating whether the image file block is virtual. (Inherited from ImageFileBlock)
    Public PropertyGets the length of this image file block. (Inherited from ImageFileBlock)
    Public PropertyGets the number of color components.
    Public PropertyGets the offset of this image file block. (Inherited from ImageFileBlock)
    Public PropertyGets the palette of this image page.
    Public PropertyGets the organization of the compressed data in the codestream.
    Public PropertyGets the number of quality layers in the JPEG2000 image.
    Public PropertyGets or sets the resolution, in pixels per inch, of this image page.
    Public PropertyGets the number of bits per pixel for image data stored in JPEG2000 image.
    Public PropertyGets the count of the tiles in the JPEG2000 image.
    Public PropertyGets the height in pixels of each tile.
    Public PropertyGets the width in pixels of each tile.
    Public PropertyGets the number of discrete wavelet transformation levels (decomposition levels).
    Public PropertyGets the width, in pixels, of this image page.
    Protected Properties
     NameDescription
    Protected PropertyGets the source of this image file block. (Inherited from ImageFileBlock)
    Public Methods
     NameDescription
    Public MethodCompares this instance to a specified object and returns an indication of their relative values. (Inherited from ImageFileBlock)
    Public MethodReturns comments included in the codestream.
    Public MethodOverloaded. Returns the image associated with this image page.
    Public MethodReturns an image grid based on tiles if the image data stored as tiles.
    Public MethodOverloaded. Returns an image of specified tile of this page.
    Public MethodOverloaded. Returns an image of specified region of specified tile of this page, decoded with the specified number of wavelet levels.
    Public MethodOverloaded. Saves block to the source, connects block with the source, removes virtual data.
    Public MethodSets an image of specified tile of this page.
    Protected Methods
     NameDescription
    Protected MethodRaises the Changed event. (Inherited from ImageFileBlock)
    Protected MethodRaises the Changing event. (Inherited from ImageFileBlock)
    Protected MethodRaises the Saved event. (Inherited from ImageFileBlock)
    Protected MethodRaises the Saving event. (Inherited from ImageFileBlock)
    Protected MethodParse the JPEG2000 page.
    Protected MethodSets the length of this image file block in the source. (Inherited from ImageFileBlock)
    Protected MethodWrites block data to the source. (Inherited from ImageFileBlock)
    Public Events
     NameDescription
    Public EventOccurs when image file block is changed. (Inherited from ImageFileBlock)
    Public EventOccurs when image file block is changing. (Inherited from ImageFileBlock)
    Public EventOccurs when image file block is saved. (Inherited from ImageFileBlock)
    Public EventOccurs when image file block is saving. (Inherited from ImageFileBlock)
    See Also