 | CantAnalyseLayoutException Class |
The exception that is thrown when the
AnalyseLayout can't analyse page or page is empty.
Inheritance Hierarchy Namespace: Patagames.Ocr.ExceptionsAssembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.411
Syntaxpublic class CantAnalyseLayoutException : OcrException
Public Class CantAnalyseLayoutException
Inherits OcrException
public ref class CantAnalyseLayoutException : public OcrException
type CantAnalyseLayoutException =
class
inherit OcrException
endpublic class CantAnalyseLayoutException extends OcrException
Patagames.Ocr.Exceptions.CantAnalyseLayoutException = function();
Type.createClass(
'Patagames.Ocr.Exceptions.CantAnalyseLayoutException',
Patagames.Ocr.Exceptions.OcrException);
The CantAnalyseLayoutException type exposes the following members.
Constructors
See Also