Aspose::Pdf::Plugins::TextExtractorOptions class

TextExtractorOptions class

Represents text extraction options for the TextExtractor plugin.

class TextExtractorOptions : public Aspose::Pdf::Plugins::PdfExtractorOptions

Enums

EnumDescription
TextFormattingModeDefines different modes which can be used while converting a PDF document into text. See TextExtractorOptions class.

Methods

MethodDescription
get_FormattingMode() constGets formatting mode.
get_OperationName() overrideReturns name of the operation.
TextExtractorOptions(TextExtractorOptions::TextFormattingMode)Initializes a new instance of the TextExtractorOptions object for the specified text formatting mode.
TextExtractorOptions()Initializes a new instance of the TextExtractorOptions object with ‘Raw’ (default) text formatting mode.

Remarks

The TextExtractorOptions object is used to set TextFormattingMode and another options for the text extraction operation. Also, it inherits functions to add data (files, streams) representing input PDF documents.

See Also