Click or drag to resize

CPDFViewerSetRenderSpaces Method

Set the spacing between pages

Namespace:  ComPDFKitViewer
Assembly:  ComPDFKit.Viewer (in ComPDFKit.Viewer.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
C#
public void SetRenderSpaces(
	Point point
)

Parameters

point
Type: System.WindowsPoint
X is the spacing in the horizontal direction (double page mode), Y is the spacing in the vertical direction
See Also