Jpeg2000File Class Methods
In This Topic
For a list of all methods of this type, see
Jpeg2000File.
Public Methods
| | Name | Description |
 | Dispose | Overloaded. Releases all resources used by this object. (Inherited from ImageFileBase<T>) |
  | IsValidFormat | Determines that stream contains JPEG2000 file. |
 | Pack | Overloaded. Packs (removes unused space) the image file and saves to the specified stream. (Inherited from ImageFileBase<T>) |
 | Save | Overloaded. Saves image file to the specified stream. Current source of the image file will not be changed. (Inherited from ImageFileBase<T>) |
 | SaveChanges | Overloaded. Saves the image file to the specified stream and switches the image file to the specified stream. Previous source of the image file will be closed without save changes. (Inherited from ImageFileBase<T>) |
Protected Methods
See Also