Page number between 1 and page count.

In This Topic

DisplayPage Method (DocuVieware)

In This Topic
Changes the displayed page of the current multipage document.
Syntax
'Declaration
 
Public Function DisplayPage( _
   ByVal Page As Integer _
) As GdPictureStatus
public GdPictureStatus DisplayPage( 
   int Page
)

Parameters

Page
Page number between 1 and page count.

Return Value

A member of the GdPictureStatus enumeration.
See Also