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
| Name | Type | Access | Description |
|---|---|---|---|
FormattingMode | TextFormattingMode | Read/Write | The text formatting mode. |
ScaleFactor | double | Read/Write | Scale factor used by the column-detection step. |
Methods
| Signature | Description |
|---|---|
TextExtractionOptions(formattingMode: TextFormattingMode) | Initializes a new instance of TextExtractionOptions. |