TiffTagAddLong
This method adds a new TIFF tag of type long to the image object.
Syntax
TiffTagAddLong (TagId As Long, TagType As CROTiffTagType, Value As Long)
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. Type of the new tag, must be one of CROTiffTagByte, CROTiffTagShort, CROTiffTagLong, CROTiffTagSByte, CROTiffTagSShort or CROTiffTagSLong.Possible values
|
Value |
Long 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.