ImageFileBase<T> Class Members
In This Topic
The following tables list the members exposed by
ImageFileBase<T>.
Protected Constructors
Protected Properties
| Name | Description |
 | IsDisposed | Gets a value indicating whether this image file has been disposed of. |
 | Source | Gets the source of the image file. |
Public Methods
| Name | Description |
 | Pack | Overloaded. Packs (removes unused space) the image file and saves to specified stream. |
 | Save | Overloaded. Saves image file to the specified stream. Current source of the image file will not be changed. |
 | 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. |
Protected Methods
See Also