The first page to swap.
The second page to swap.

In This Topic

SwapPages Method (DocuViewareControl)

In This Topic
Swaps two specific pages of the current document.
Syntax
'Declaration
 
Public Function SwapPages( _
   ByVal Page1 As Integer, _
   ByVal Page2 As Integer _
) As GdPictureStatus
public GdPictureStatus SwapPages( 
   int Page1,
   int Page2
)

Parameters

Page1
The first page to swap.
Page2
The second page to swap.

Return Value

A member of the GdPictureStatus enumeration.
See Also