PdfTextConversionOptions Class

Docotic.Pdf library help > BitMiracle.Docotic.Pdf > PdfTextConversionOptions Class
The options for conversion of PdfTextData objects to Unicode.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.PdfTextConversionOptions

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public class PdfTextConversionOptions
VB
Public Class PdfTextConversionOptions

The PdfTextConversionOptions type exposes the following members.

Constructors

  NameDescription
Public methodPdfTextConversionOptions
Initializes a new instance of the PdfTextConversionOptions class.

Properties

  NameDescription
Public propertyNormalizePresentationForms
Gets or sets a value indicating whether to normalize codepoints from Alphabetic and Arabic Presentation Forms.
Public propertyReadingDirection
Gets or sets the main direction of text for the inverse Bidi algorithm.
Public propertyUseBidi
Gets or sets a value indicating whether to use the inverse Bidi algorithm for reordering right-to-left and bidirectional text.

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)

See Also