Moves the source page to the position of the target page.

Namespace:  FreeImageAPI
Assembly:  FreeImageNET (in FreeImageNET.dll)

Syntax

C#
public static bool MovePage(
	FIMULTIBITMAP bitmap,
	int target,
	int source
)
Visual Basic (Declaration)
Public Shared Function MovePage ( _
	bitmap As FIMULTIBITMAP, _
	target As Integer, _
	source As Integer _
) As Boolean
Visual C++
public:
static bool MovePage(
	FIMULTIBITMAP bitmap, 
	int target, 
	int source
)

Parameters

bitmap
Type: FreeImageAPI..::.FIMULTIBITMAP
Handle to a FreeImage multi-paged bitmap.
target
Type: System..::.Int32
New position of the page.
source
Type: System..::.Int32
Old position of the page.

Return Value

Returns true on success, false on failure.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also