TiffAsciiTag

TiffAsciiTag constructor

Initializes a new instance of the TiffAsciiTag class.

public TiffAsciiTag(TiffTagID tagID, string value)
Parameter Type Description
tagID TiffTagID The tag identifier.
value String The value.

See Also