In This Topic
The following tables list the members exposed by
DibFile.
Public Constructors
| Name | Description |
 | DibFile | Overloaded. Initializes a new instance of the class. |
Public Properties
| Name | Description |
 | Page | Gets or sets the page of this DIB file. |
Protected Properties
| Name | Description |
 | IsDisposed | Gets a value indicating whether this image file has been disposed of. (Inherited from ImageFileBase<T>) |
 | Source | Gets the source of the image file. |
Public Methods
| Name | Description |
 | Pack | Overloaded. Packs (removes unused space) the image file and saves to the specified stream. (Inherited from ImageFileBase<T>) |
 | Save | Overloaded. Saves the image file to the specified file. Current source of the image file will not be changed. (Inherited from ImageFileBase<T>) |
 | SaveChanges | Overloaded. Saves changes of the image file to specified file. |
Protected Methods
See Also