Click or drag to resize

CPDFViewerSetVerticalOffset Method

Sets the amount of vertical offset.

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

Parameters

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

Implements

IScrollInfoSetVerticalOffset(Double)
See Also