Resource Base
Table of contents

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.

Is this page helpful?

YesYes NoNo

In this article:

latest version

    • Latest version
    Change +
    © 2003–2024 Dynamsoft. All rights reserved.
    Privacy Statement / Site Map / Home / Purchase / Support