ImageFile<TPage,TPageCollection> Class Members
In This Topic
The following tables list the members exposed by
ImageFile<TPage,TPageCollection>.
Protected Constructors
| Name | Description |
 | ImageFile | Overloaded. Initializes a new instance of the class. |
Public Properties
| Name | Description |
 | Pages | Gets a page collection of the image file. |
Protected Properties
Public Methods
| Name | Description |
 | Pack | Overloaded. Packs (removes unused space) the image file and saves to 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