public interface IFastTextExtractor
Provides the ability to get or set the mode of text extraction.
Modifier and Type | Method and Description |
---|---|
int |
getExtractMode()
Gets a value indicating the mode of text extraction.
|
void |
setExtractMode(int value)
Sets a value indicating the mode of text extraction.
|
int getExtractMode()
Gets a value indicating the mode of text extraction.
void setExtractMode(int value)
Sets a value indicating the mode of text extraction.
value
- The mode of text extraction. The default is Standard.Copyright © 2019. All rights reserved.