Scrolls the content to the specified horizontal offset position.

Namespace:  C1.Phone.PdfViewer
Assembly:  C1.Phone.PdfViewer (in C1.Phone.PdfViewer.dll)

Syntax

C#
public void ScrollToHorizontalOffset(
	double offset
)
Visual Basic
Public Sub ScrollToHorizontalOffset ( _
	offset As Double _
)

Parameters

offset
Type: System..::..Double
The target horizontal offset position.

See Also