FoxitPDFSDKforWeb v11.0.1
Foxit PDF SDK for Web
AnnotId Interface Reference

Represents a unique identifier for an annotation within a PDF document. The identifier is composed of two components: the page index and the object number, both of which together ensure uniqueness within the document. More...

Public Attributes

number objNumber
 The object number assigned to the annotation. This number is unique within the page, identifying the specific annotation. More...
 
number pageIndex
 The index of the page where the annotation is located. The page index is zero-based. More...
 

Detailed Description

Represents a unique identifier for an annotation within a PDF document. The identifier is composed of two components: the page index and the object number, both of which together ensure uniqueness within the document.

Represents an identifier for an annotation in the PDF document. This interface defines the structure for identifying a specific annotation.

Since
11.0.0

Member Data Documentation

◆ objNumber

number AnnotId::objNumber

The object number assigned to the annotation. This number is unique within the page, identifying the specific annotation.

The object number of the annotation.

Since
11.0.0

◆ pageIndex

number AnnotId::pageIndex

The index of the page where the annotation is located. The page index is zero-based.

The index of the page where the annotation is located.

Since
11.0.0

Foxit Software Corporation Logo
@2025 Foxit Software Incorporated. All rights reserved.