ScanningManager.PerformOperation Method

Perform an operation on the given page.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Perform an operation on the given page.")]
public void PerformOperation(
	int page,
	ImageOperation operation
)

Parameters

page  Int32
operation  ImageOperation

See Also