AwPrintPreview.MovePage Method 

Moves to the page specified by the parameter.

[Visual Basic]
Public Sub MovePage( _
   ByVal pageNum As Integer _
)
[C#]
public void MovePage(
   int pageNum
);

Parameters

pageNum
Page number.

Example

How to move to 10th page.

printPreview.MovePage(10)
printPreview.MovePage(10);

See Also

AwPrintPreview Class | Asterworld.PrintPreview Namespace

Home | Software & Source Code Library | About Us | Information Based on Law | Terms of Service
Software List | Product Price List | How to Buy | Order Form | FAQ | Site Map
Copyright (C) 2001-2012 Asterworld. All Rights Reserved.