Click or drag to resize

ExternalAnnotManagerJumpToAnnotWithID Method

Set the viewer page, zoom, and pan such that the annotation with the provided ID is on screen.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public Rect JumpToAnnotWithID(
	string id_string
)

Parameters

id_string
Type: SystemString
ID string of the annot that we will jump to.

Return Value

Type: Rect
a rectangle containing the screen coordinates of the annotation, in pixels.
See Also