Class ExtractTextOptions
Info
Represents Text Extraction options for the Documentize.PdfExtractor plugin.
public sealed class ExtractTextOptions : OptionsWithInput, IHaveInputInheritance
object ← OptionsWithInput ← ExtractTextOptions
Implements
Inherited Members
- OptionsWithInput.Input,
- object.GetType(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
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
formattingModeTextFormattingMode: The text formatting mode value.
ExtractTextOptions(IDataSource, TextFormattingMode)
Initializes a new instance of the Documentize.ExtractTextOptions object with the specified data.
public ExtractTextOptions(IDataSource data, TextFormattingMode formattingMode = TextFormattingMode.Raw)Parameters
dataIDataSource: The input data.formattingModeTextFormattingMode: The text formatting mode value.
ExtractTextOptions(string, TextFormattingMode)
Initializes a new instance of the Documentize.ExtractTextOptions object with the specified file.
public ExtractTextOptions(string file, TextFormattingMode formattingMode = TextFormattingMode.Raw)Parameters
filestring: The input file path.formattingModeTextFormattingMode: The text formatting mode value.
ExtractTextOptions(Stream, TextFormattingMode)
Initializes a new instance of the Documentize.ExtractTextOptions object with the specified stream.
public ExtractTextOptions(Stream stream, TextFormattingMode formattingMode = TextFormattingMode.Raw)Parameters
streamStream: The input stream.formattingModeTextFormattingMode: The text formatting mode value.
Properties
FormattingMode
Gets or sets formatting mode.
public TextFormattingMode FormattingMode { get; set; }Property Value
Input
Gets or sets Input Data.
public override IDataSource Input { get; set; }Property Value
Namespace: Documentize Assembly: Documentize.dll