Click or drag to resize

OcrProcessingStatus Constructor (OcrCode, String)

Initializes a new instance of the OcrProcessingStatus class

Namespace:  FileHold.DocumentRepository
Assembly:  FileHold.DocumentRepository (in FileHold.DocumentRepository.dll) Version: 17.0.0.0
Syntax
C#
public OcrProcessingStatus(
	OcrCode code,
	string message
)

Parameters

code
Type: FileHold.CommonOcrCode
message
Type: SystemString
See Also