IDocumentPointerSetPageOffset Method

Moves the cursor to the specified page preserving its relative location on the page.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
void SetPageOffset(
	DocumentPage page
)

Parameters

page  DocumentPage
Page to take the value of LogicalOffset from.

See Also