FoxitPDFSDKforWeb v11.0.1
Foxit PDF SDK for Web
|
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... | |
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.
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.
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.