In This Topic
The following tables list the members exposed by
TiffFile.
Public Constructors
| Name | Description |
 | TiffFile | Overloaded. Initializes a new instance of the class. |
Public Properties
| Name | Description |
 | Filename | Gets the filename of TIFF file. |
 | Format | Gets the format of TIFF file. |
 | ImageFileDirectories | Gets an array of image file directories of TIFF file. |
 | Pages | Gets the collection of pages of TIFF file. |
 | Version | Gets the version of TIFF 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 TIFF file. |
Public Methods
| Name | Description |
 | Dispose | Overloaded. Releases all resources used by this object. (Inherited from ImageFileBase<T>) |
 | Pack | Overloaded. Packs (removes unused space) the image file and saves to the specified stream. (Inherited from ImageFileBase<T>) |
 | Save | Overloaded. Saves this TIFF file to specified file. |
 | SaveChanges | Overloaded. Saves the image file to the specified file and switches the image file to the specified file. Previous source of the image file will be closed without save changes. (Inherited from ImageFileBase<T>) |
Protected Methods
See Also