TiffUnknownType

TiffUnknownType constructor

Initializes a new instance of the TiffUnknownType class.

public TiffUnknownType(TiffStreamReader stream, ushort tagType, ushort tagId, ulong count, 
    ulong offsetOrValue)
ParameterTypeDescription
streamTiffStreamReaderThe stream to read from.
tagTypeUInt16Type of the tag.
tagIdUInt16The tag id.
countUInt64The count value.
offsetOrValueUInt64The offset or value.

See Also