TiffDoubleTag

TiffDoubleTag constructor

Initializes a new instance of the TiffDoubleTag class.

public TiffDoubleTag(TiffTagID tagID, double[] value)
Parameter Type Description
tagID TiffTagID The tag identifier.
value Double[] The value.

See Also