Class PdfTextConversionOptions
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
The options for conversion of PdfTextData objects to Unicode.
public class PdfTextConversionOptions
- Inheritance
-
PdfTextConversionOptions
- Inherited Members
Constructors
- PdfTextConversionOptions()
Initializes a new instance of the PdfTextConversionOptions class.
Properties
- NormalizePresentationForms
Gets or sets a value indicating whether to normalize codepoints from Alphabetic and Arabic Presentation Forms.
- ReadingDirection
Gets or sets the main direction of text for the inverse Bidi algorithm.
- UseBidi
Gets or sets a value indicating whether to use the inverse Bidi algorithm for reordering right-to-left and bidirectional text.