Aspose::Pdf::Plugins::TextExtractorOptions::TextExtractorOptions constructor
TextExtractorOptions::TextExtractorOptions() constructor
Initializes a new instance of the TextExtractorOptions object with ‘Raw’ (default) text formatting mode.
Aspose::Pdf::Plugins::TextExtractorOptions::TextExtractorOptions()
See Also
- Class TextExtractorOptions
- Namespace Aspose::Pdf::Plugins
- Library Aspose.PDF for C++
TextExtractorOptions::TextExtractorOptions(TextExtractorOptions::TextFormattingMode) constructor
Initializes a new instance of the TextExtractorOptions object for the specified text formatting mode.
Aspose::Pdf::Plugins::TextExtractorOptions::TextExtractorOptions(TextExtractorOptions::TextFormattingMode formattingMode)
| Parameter | Type | Description |
|---|---|---|
| formattingMode | TextExtractorOptions::TextFormattingMode | Text formatting mode value. |
See Also
- Enum TextFormattingMode
- Class TextExtractorOptions
- Namespace Aspose::Pdf::Plugins
- Library Aspose.PDF for C++