Visual Basic (Declaration) | |
---|---|
Public Enum RasterDocumentPageParser Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum RasterDocumentPageParser : Enum |
Managed Extensions for C++ | |
---|---|
__value public enum RasterDocumentPageParser : public 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 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family