GdPicture.NET.14.WEB.DocuVieware
GdPicture14.WEB Namespace / DocuVieware Class / SwapPages Method
The first page to swap.
The second page to swap.

In This Topic
SwapPages Method (DocuVieware)
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 GdPicture14.GdPictureStatus
public GdPicture14.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