Visual Basic (Declaration) | |
---|---|
Public Enum RasterDocumentPageParser Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum RasterDocumentPageParser : Enum |
C++/CLI | |
---|---|
public enum class RasterDocumentPageParser : public Enum |
Member | Description |
---|---|
Auto | Specifies that the Engine will determine at run-time which page parser algorithm will be applied. (Default.) |
Legacy | The page-parsing algorithm used in the toolkit until version 10.0. |
Standard | The most accurate page-parsing algorithm for the Engine. |
Fast | A simplified variant of RasterDocumentPageParser.Legacy: this algorithm doesn't try to find tables on the page. It is the fastest (but least accurate) parsing algorithm available. Use it only for simple page parsing tasks! |
System.Object
System.ValueType
System.Enum
Leadtools.Document.RasterDocumentPageParser
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family