TextExtractionOptions

TextExtractionOptions

Overview

TextExtractionOptions is a class in Aspose.PDF FOSS for .NET.

Options for text extraction operations.

This class provides 1 method for working with TextExtractionOptions objects in .NET programs. Available methods include: TextExtractionOptions. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package. Properties: FormattingMode, ScaleFactor.

Properties

NameTypeAccessDescription
FormattingModeTextFormattingModeRead/WriteThe text formatting mode.
ScaleFactordoubleRead/WriteScale factor used by the column-detection step.

Methods

SignatureDescription
TextExtractionOptions(formattingMode: TextFormattingMode)Initializes a new instance of TextExtractionOptions.

See Also