Table of Contents

Constructor TiffUnknownType

Namespace
Aspose.CAD.FileFormats.Tiff.TiffTagTypes
Assembly
Aspose.CAD.dll

TiffUnknownType(TiffStreamReader, ushort, ushort, uint, uint)

Initializes a new instance of the TiffUnknownType class.

public TiffUnknownType(TiffStreamReader stream, ushort tagType, ushort tagId, uint count, uint offsetOrValue)

Parameters

stream TiffStreamReader

The stream to read from.

tagType ushort

Type of the tag.

tagId ushort

The tag id.

count uint

The count value.

offsetOrValue uint

The offset or value.