TextOptions Class |
Namespace: GroupDocs.Parser.Options
The TextOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | TextOptions |
Initializes a new instance of the TextOptions class.
|
Name | Description | |
---|---|---|
![]() | UseRawModeIfPossible |
Gets the value that indicates whether the raw mode is used.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
An instance of TextOptions class is used as parameter in GetText(TextOptions) and GetText(Int32, TextOptions) methods. See the usage examples there.
It's used to specify the raw mode of text extraction. A text in this mode is extracted in a non-accurate way but faster than in the standard mode. If the raw mode doesn't support the document format, then this parameter is ignored and the standard mode is used.
Learn more: