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
StreamContainerThe 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
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
intThe start index into
data
.dataLength
intLength of the data.
Properties
InitialOffset
Gets initial offset to first BigTiff IFD.
protected override byte InitialOffset { get; }
Property Value
SizeOfIfdTagLength
Gets size of the tag value length.
protected override byte SizeOfIfdTagLength { get; }
Property Value
SizeOfTagValue
Gets size of tag value length.
protected override byte SizeOfTagValue { get; }
Property Value
TagSize
Gets BigTiff tag size.
protected override byte TagSize { get; }