GdPicture.NET.14.WEB.DocuVieware
GdPicture14.WEB Namespace / DocuVieware Class / DisplayPage Method
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 GdPicture14.GdPictureStatus
public GdPicture14.GdPictureStatus DisplayPage( 
   int Page
)

Parameters

Page
Page number between 1 and page count.

Return Value

A member of the GdPictureStatus enumeration.
See Also