PdfViewerControl.ScrollIntoView(PdfDocumentPosition, ScrollIntoViewMode) Method
In This Article
Scrolls a document into the specified document position.
Namespace: DevExpress.Xpf.PdfViewer
Assembly: DevExpress.Xpf.PdfViewer.v24.2.dll
NuGet Package: DevExpress.Wpf.PdfViewer
#Declaration
public virtual void ScrollIntoView(
PdfDocumentPosition position,
ScrollIntoViewMode scrollMode
)
#Parameters
Name | Type | Description |
---|---|---|
position | Pdf |
A Pdf |
scroll |
DevExpress. |
One of the DevExpress. |
#Remarks
The overloaded ScrollIntoView method uses the page coordinate system. See the Coordinate Systems topic to learn more.
See Also