ScanningManagerMovePages Method

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

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Move multiple pages to the given position and renumber the remaining ages accordingly.")]
public void MovePages(
	int[] pages,
	int position
)

Parameters

pages  Int32
list of selected pages to move
position  Int32
target position of selected pages

See Also