TiffDirectory Class |
Namespace: Atalasoft.Imaging.Codec.Tiff
The TiffDirectory type exposes the following members.
| Name | Description | |
|---|---|---|
| TiffDirectory(AtalaImage) | Creates a new TiffDirectory from an AtalaImage | |
| TiffDirectory(AtalaImage, TiffCompression) | Creates a new TiffDirectory using the specified compression. | |
| TiffDirectory(AtalaImage, TiffEncoder) | Creates a new TiffDirectory with the specified Tiff Encoder. |
| Name | Description | |
|---|---|---|
| AllowVitalTagChanges | Sets or gets a flag determining if changes should be allowed in vital TIFF tags. | |
| ExifTags | Gets or sets a collection of EXIF Tags that will be saved with the image. | |
| Tags | Gets the collection of TiffTag objects associated with the image. |
| Name | Description | |
|---|---|---|
| Dispose | Disposes the TiffDirectory. | |
| Dispose(Boolean) | Disposes the TiffDirectory. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize |
Finalizes an instance of the TiffDirectory class.
(Overrides ObjectFinalize.) | |
| 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.) | |
| OnError | Fires the Error event | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| CodecError | This event is raised an a non critical error exists when reading a TIFF File. |