ComponentOne PdfViewer for UWP
C1.UWP.PdfViewer Assembly / C1.Xaml.PdfViewer Namespace / C1PdfViewer Class / ScrollToVerticalOffset Method
The target vertical offset position.

In This Topic
    ScrollToVerticalOffset Method
    In This Topic
    Scrolls the content to the specified vertical offset position.
    Syntax
    'Declaration
     
    Public Sub ScrollToVerticalOffset( _
       ByVal offset As System.Double _
    ) 
    public void ScrollToVerticalOffset( 
       System.double offset
    )

    Parameters

    offset
    The target vertical offset position.
    See Also