Click or drag to resize

ScanningManager Class

Service for web based scanning and viewing
Inheritance Hierarchy

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public class ScanningManager : WebService

The ScanningManager type exposes the following members.

Constructors
  NameDescription
Public methodScanningManager
Initializes a new instance of the ScanningManager class
Top
Properties
Methods
  NameDescription
Public methodAddPage
Insert a page at the given position. The page must be already uploaded to the repository. This method will commit the upload.
Public methodAddToClipboard
Inserts copied pages into clipboard
Public methodCheckWebViewSupport
Check whether specific document is supported by viewer and whether current user has view permissions to that document.
Public methodClearPages
Remove all pages and delete them from the repository.
Public methodDecodeBarcodes
Decode barcodes into document schema and metadata values using the barcode recognition DLL.
Public methodGetAllPagesDownloadToken
Download all pages as a single TIFF document.
Public methodGetDocumentDownloadTokenForInsert
Downloads specific document in PDF format for insert operation.
Public methodGetDocumentDownloadTokenForView
Download specific document for view from the repository. This method is obsolete, use GetDocumentForView instead.
Public methodGetDocumentForView
Get specific document from the repository in PDF format to be displayed in viewer.
Public methodGetFromClipboard
Gets download token of the content stored in the clipboard.
Public methodGetPageCount
Get the number of pages.
Public methodGetPageDownloadToken
Download the given page from the repository.
Public methodGetScannerInboxPageLimit
Returns maximum number of pages allowed to store in the Scanner Inbox.
Public methodGetSettings
Return all previously stored settings for the current user.
Public methodGetViewerDocument
Get document already stored in viewer cache.
Public methodIsClipboardEmpty
Returns true when the clipboard is empty, otherwise false.
Public methodIsPrintingAllowed
Check whether current user is allowed to publish a new version of specific document
Public methodIsPublishNewVersionAllowed
Check whether current user is allowed to publish a new version of specific document opened in viewer
Public methodMovePage
Move the page to the given position and renumber the remaining pages accordingly.
Public methodMovePages
Move multiple pages to the given position and renumber the remaining ages accordingly.
Public methodPerformOperation
Perform an operation on the given page.
Public methodPublishDocument
Publish new document to the library
Public methodPublishNewVersion
Create a new version of the annotated document
Public methodRecognizeBarcodes
Recognize barcodes from the first page using the barcode recognition DLL.
Public methodRemovePage
Remove a single page and delete it from the repository.
Public methodReplacePage
Replace a selected page with the new one.
Public methodSetSettings
Store new values of given settings for the current user. Other settings are not modified.
Public methodSubmitDocument
Submit scanned document to the library.
Top
Extension Methods
See Also