Table of Contents

Class TiffMetadata

Namespace
SixLabors.ImageSharp.Formats.Tiff
Assembly
SixLabors.ImageSharp.dll

Provides Tiff specific metadata information for the image.

public class TiffMetadata : IDeepCloneable
Inheritance
TiffMetadata
Implements
Inherited Members

Constructors

TiffMetadata()

Initializes a new instance of the TiffMetadata class.

public TiffMetadata()

Properties

ByteOrder

Gets or sets the byte order.

public ByteOrder ByteOrder { get; set; }

Property Value

ByteOrder

FormatType

Gets or sets the format type.

public TiffFormatType FormatType { get; set; }

Property Value

TiffFormatType

Methods

DeepClone()

public IDeepCloneable DeepClone()

Returns

IDeepCloneable