CustomTag
Syntax
interface CustomTag {
id?: number;
content?: string;
contentIsBase64?: boolean;
}
Attributes
id
The id of the custom tag.
content
The content of the tag.
contentIsBase64
Whether the content is encoded by Base64.
Remark
The content of the tags can be plain text or a base64-encoded string. If it’s encoded, it’ll be decoded when generating the TIFF file.