ImgEdit User Control

ImgEdit Class Library

ImgEdit.MovePage(Integer,Integer)

 

Moves a image page to another location.

 

[Visual Basic]

Public Sub MovePage( _

ByVal SourcePage As Integer _

ByVal TargetPage As Integer)

 

Parameters

    SourcePage

        The page that will be moved.

    TargetPage

        The position of the moved page.

       

Return Value

    None.

 

Example

[Visual Basic] The following example moves the first page to the third position.

 

[Visual Basic]

ImgEdit1.MovePage(0, 2)

 

Note:  Annotations will not be saved upon inserting, appending, deleting, moving and using the RotateFlip_AutoSave pages. The file must be saved using the save function.

Requirements

Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista family.

Documentation Version 1.6