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
)
Public Function JumpToAnnotWithID (
id_string As String
) As Rect
public:
virtual Rect^ JumpToAnnotWithID(
[InAttribute] String^ id_string
) sealed
function JumpToAnnotWithID(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