Table of Contents

Class BigTiffReader

Namespace
Aspose.Imaging.FileFormats.Tiff.FileManagement.BigTiff
Assembly
Aspose.Imaging.dll

The little endian BigTiff reader.

public class BigTiffReader : TiffStreamReader
Inheritance
#=zxGUTFrklD4PGEf4eGKsc3gL0G_AllGKYEXlNWJTTJ9qablcRaoyoVec=
BigTiffReader
Inherited Members

Constructors

BigTiffReader(StreamContainer)

Initializes a new instance of the BigTiffReader class.

public BigTiffReader(StreamContainer streamContainer)

Parameters

streamContainer StreamContainer

The stream container.

BigTiffReader(byte[])

Initializes a new instance of the BigTiffReader class.

public BigTiffReader(byte[] data)

Parameters

data byte[]

The byte array data.

BigTiffReader(byte[], int)

Initializes a new instance of the BigTiffReader class.

public BigTiffReader(byte[] data, int startIndex)

Parameters

data byte[]

The byte array data.

startIndex int

The start index into data.

BigTiffReader(byte[], int, int)

Initializes a new instance of the BigTiffReader class.

public BigTiffReader(byte[] data, int startIndex, int dataLength)

Parameters

data byte[]

The byte array data.

startIndex int

The start index into data.

dataLength int

Length of the data.

Properties

InitialOffset

Gets initial offset to first BigTiff IFD.

protected override byte InitialOffset { get; }

Property Value

byte

SizeOfIfdTagLength

Gets size of the tag value length.

protected override byte SizeOfIfdTagLength { get; }

Property Value

byte

SizeOfTagValue

Gets size of tag value length.

protected override byte SizeOfTagValue { get; }

Property Value

byte

TagSize

Gets BigTiff tag size.

protected override byte TagSize { get; }

Property Value

byte