TiffTagAddDouble

This method adds a new TIFF tag of type double to the image object.

Syntax

TiffTagAddDouble (TagId As Long, TagType As CROTiffTagType, Value As Double)
Parameter Description

TagId

The Id of the new tag must be in the range of valid user tags for TIFF files.

Possible values

32768 to 65535

Additionally, the printer tag is allowed, which is defined as 337.

TagType

Type of the new tag.

Possible values

  • CROTiffTagDouble
  • CROTiffTagFloat

Value

Double value of the new TIFF tag.

Note: The method does not save the changes to the image file. To save the file, call a save method.