Class ExtractTextOptions

Info

Represents text extraction options for the Documentize.PdfExtractor plugin.

public sealed class ExtractTextOptions

Inheritance

objectExtractTextOptions

Inherited Members

Constructors

ExtractTextOptions(TextFormattingMode)

Initializes a new instance of the Documentize.ExtractTextOptions object for the specified text formatting mode.

public ExtractTextOptions(TextFormattingMode formattingMode = TextFormattingMode.Raw)

Parameters

Properties

FormattingMode

Gets formatting mode.

public TextFormattingMode FormattingMode { get; set; }

Property Value

TextFormattingMode

Inputs

Returns Inputs data for operation.

public List<idatasource> Inputs { get; }

Property Value

List<IDataSource>

Methods

AddInput(IDataSource)

Adds new Data to Inputs.

public void AddInput(IDataSource dataSource)

Parameters

Namespace: Documentize Assembly: Documentize.dll

 English