Click or drag to resize

PageFingerprintLoad Method

Loads a PageFingerprint from a stream.

Namespace:  Atalasoft.FormsProcessing.Alignment
Assembly:  Atalasoft.dotImage.FormsProcessing (in Atalasoft.dotImage.FormsProcessing.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public static PageFingerprint Load(
	Stream stream
)

Parameters

stream
Type: System.IOStream
The stream to load the PageFingerprint from.

Return Value

Type: PageFingerprint
The loaded PageFingerprint
See Also