Click or drag to resize

CPDFViewerSetHorizontalOffset Method

Sets the amount of horizontal offset.

Namespace:  ComPDFKitViewer
Assembly:  ComPDFKit.Viewer (in ComPDFKit.Viewer.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
C#
public void SetHorizontalOffset(
	double offset
)

Parameters

offset
Type: SystemDouble
The degree to which content is horizontally offset from the containing viewport.

Implements

IScrollInfoSetHorizontalOffset(Double)
See Also