ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.5.2 Assembly / C1.WPF.PdfViewer Namespace / C1PdfViewer Class / ScrollToHorizontalOffset Method
The target horizontal offset position.

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

    Parameters

    offset
    The target horizontal offset position.
    See Also