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
Syntaxpublic 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