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 : IDeepCloneable
Constructors
| Edit this page View SourceTiffMetadata()
Initializes a new instance of the TiffMetadata class.
Declaration
public TiffMetadata()
Properties
| Edit this page 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
| Edit this page 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. |