Overload | Description |
---|---|
GetTextMap(ViewState,Boolean,Single,Single,Boolean) | Builds and returns a text map for the current page.
Note that the X/Y resolutions of pixels used by the text map's methods and properties are the X/Y resolutions passed to this method (dpiX and dpiY). Note also that the current value of the RecognitionAlgorithm property affects the map that is created. |
GetTextMap(ViewState,Single,Single,Boolean) | Builds and returns a text map for the current page.
Note that the X/Y resolutions of pixels used by the text map's methods and properties are the X/Y resolutions passed to this method (dpiX and dpiY). Note also that the current value of the RecognitionAlgorithm property affects the map that is created. |
GetTextMap(Boolean,Single,Single,Boolean) | Builds and returns a text map for the current page.
Note that the X/Y resolutions of pixels used by the text map's methods and properties are the X/Y resolutions passed to this method (dpiX and dpiY). Note also that the current value of the RecognitionAlgorithm property affects the map that is created. |
GetTextMap(Single,Single,Boolean) | Builds and returns a text map for the current page.
Note that the X/Y resolutions of pixels used by the text map's methods and properties are the X/Y resolutions passed to this method (dpiX and dpiY). Note also that the current value of the RecognitionAlgorithm property affects the map that is created. |