VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Jpeg2000 Namespace / Jpeg2000Page Class
In This Topic
Jpeg2000Page Class Methods
In This Topic
For a list of all methods of this type, see Jpeg2000Page.
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)
See Also