Click or drag to resize

ScanningManagerMovePage Method

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

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public void MovePage(
	int page,
	int position
)

Parameters

page
Type: SystemInt32
position
Type: SystemInt32
See Also