Click or drag to resize

ScanningManagerSetSettings Method

Store new values of given settings for the current user. Other settings are not modified.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public void SetSettings(
	ScanningManagerScanningSetting[] settings
)

Parameters

settings
Type: FileHold.LibraryManagerScanningManagerScanningSetting
Remarks
Refer to Settings For Web Scanning And Add Document Wizard in the Sample Code section for a detailed description of supported settings.
See Also