ScrollToAnnotation Method

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Adjusts the document viewer's x and y position so it focuses on the given annotation.

Namespace: PDFTron.SilverDox.Controls
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010

Syntax

C#
public void ScrollToAnnotation(
	Annotation annotation
)
Visual Basic
Public Sub ScrollToAnnotation ( _
	annotation As Annotation _
)
Visual C++
public:
void ScrollToAnnotation(
	Annotation^ annotation
)

Parameters

annotation
Type: PDFTron.SilverDox.Documents.Annotations..::..Annotation
The annotation to move the document viewer to

See Also