TiffTagAddASCII

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

Syntax

TiffTagAddASCII (TagId As Long, Value As String)
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.

Value

String 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.