TiffFile Class Properties
In This Topic
For a list of all properties of this type, see
TiffFile.
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. |
See Also