Resource Base
Table of contents

FileImageTag

The FileImageTag interface defines a structure that contains extra information about an image that is loaded from a file. It inherits from the ImageTag interface with two added attributes: filePath and pageNumber.

interface FileImageTag extends ImageTag {
    filePath: string;
    pageNumber: number;
}
Properties Type
filePath string
pageNumber number

filePath

Gets the file path of the image tag.

filePath: string;

pageNumber

Gets the page number of the image tag.

pageNumber: number;

This page is compatible for:

Version 1.0

Is this page helpful?

YesYes NoNo

In this article:

latest version

    • Latest version(2.2.10)
    • Version 2.x
      • Version 2.0.30
      • Version 2.0.20
      • Version 2.0.10
    Change +
    © 2003–2024 Dynamsoft. All rights reserved.
    Privacy Statement / Site Map / Home / Purchase / Support