PdfViewerControl.ScrollIntoView(PdfDocumentArea, ScrollIntoViewMode) Method
In This Article
Scrolls a document into the specified document area.
Namespace: DevExpress.Xpf.PdfViewer
Assembly: DevExpress.Xpf.PdfViewer.v24.2.dll
NuGet Package: DevExpress.Wpf.PdfViewer
#Declaration
public virtual void ScrollIntoView(
PdfDocumentArea area,
ScrollIntoViewMode scrollMode
)
#Parameters
Name | Type | Description |
---|---|---|
area | 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