Click or drag to resize

ScanningManagerMovePages Method

Move multiple pages to the given position and renumber the remaining ages accordingly.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public void MovePages(
	int[] pages,
	int position
)

Parameters

pages
Type: SystemInt32
list of selected pages to move
position
Type: SystemInt32
target position of selected pages
See Also