ScanningManagerMovePage Method

Move the page to the given position and renumber the remaining pages accordingly.

Definition

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

Parameters

page  Int32
position  Int32

See Also