TiffAsciiTag constructor

__init__(self, tag_id, value)

Initializes a new instance of the TiffAsciiTag class.


def __init__(self, tag_id, value):
    ...
Parameter Type Description
tag_id groupdocs.metadata.formats.image.TiffTagID The tag identifier.
value System.String The value.

See Also