TiffUnknownType constructor

init

Initializes a new instance of the TiffUnknownType class.

def __init__(self, stream, tag_type, tag_id, count, offset_or_value):
    ...
ParameterTypeDescription
streamaspose.cad.fileformats.tiff.filemanagement.TiffStreamReaderThe stream to read from.
tag_typeintType of the tag.
tag_idintThe tag id.
countintThe count value.
offset_or_valueintThe offset or value.

See Also