TiffDocument Class |
Namespace: Atalasoft.Imaging.Codec.Tiff
The TiffDocument type exposes the following members.
| Name | Description | |
|---|---|---|
| TiffDocument | Constructs a new empty TiffDocument. | |
| TiffDocument(Stream) | Constructs a new TiffDocument class, populated the Pages property with the contents of the
given stream. | |
| TiffDocument(String) | Constructs a new TiffDocument class, populated the Pages property with the contents of the
given file. | |
| TiffDocument(Stream, Boolean) | Constructs a new TiffDocument class, populated the Pages property with the contents of the
given stream. | |
| TiffDocument(String, Boolean) | Constructs a new TiffDocument class, populated the Pages property with the contents of the
given file. |
| Name | Description | |
|---|---|---|
| Pages | A collection of TiffPage objects that represent the contents of the Tiff file. |
| Name | Description | |
|---|---|---|
| Combine(Stream, Stream) | Combines a set of TIFF Streams into a single output TIFF Stream | |
| Combine(Stream, String) | Combines a set of TIFF files into a single output TIFF Stream | |
| Combine(String, String) | Combines a set of TIFF files into a single output TIFF file | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Save(Stream) | Saves the contents of this TiffDocument into a new stream. | |
| Save(String) | Saves every TiffPage within the TiffDocument object into a new TIFF file. | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| ValidOutputStream | Test a stream to see if it can be used as an output stream for this TiffDocument. |