TiffUnknownType.TiffUnknownType

TiffUnknownType constructor

Initializes a new instance of the TiffUnknownType class.

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

See Also