Click or drag to resize

PDFViewCtrl.SetHScrollPos Method

Sets the horizontal scroll position in scrollable space.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetHScrollPos(
	double pos
)

Parameters

pos
Type: System.Double
new horizontal scroll position.
See Also