ComponentOne PdfViewer for WPF and Silverlight
C1.Silverlight.PdfViewer.5 Assembly / C1.Silverlight.PdfViewer Namespace / C1PdfViewer Class / ScrollToVerticalOffset Method
The target vertical offset position.

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

    Parameters

    offset
    The target vertical offset position.
    See Also