Class TiffMetadata
Provides Tiff specific metadata information for the image.
Implements
Inherited Members
Namespace: SixLabors.ImageSharp.Formats.Tiff
Assembly: SixLabors.ImageSharp.dll
Syntax
public class TiffMetadata : IDeepCloneableConstructors
| Improve this Doc View SourceTiffMetadata()
Initializes a new instance of the TiffMetadata class.
Declaration
public TiffMetadata()Properties
| Improve this Doc View SourceByteOrder
Gets or sets the byte order.
Declaration
public ByteOrder ByteOrder { get; set; }Property Value
| Type | Description | 
|---|---|
| ByteOrder | 
FormatType
Gets or sets the format type.
Declaration
public TiffFormatType FormatType { get; set; }Property Value
| Type | Description | 
|---|---|
| TiffFormatType | 
Methods
| Improve this Doc View SourceDeepClone()
Creates a new object that is a deep copy of the current instance.
Declaration
public IDeepCloneable DeepClone()Returns
| Type | Description | 
|---|---|
| IDeepCloneable | The IDeepCloneable. |