IDocumentPointerSetPageOffset Method
Moves the cursor to the specified page preserving its relative location on the page.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
void SetPageOffset(
DocumentPage page
)
Sub SetPageOffset (
page As DocumentPage
)
void SetPageOffset(
DocumentPage^ page
)
abstract SetPageOffset :
page : DocumentPage -> unit
Parameters
- page DocumentPage
- Page to take the value of LogicalOffset from.