PdfTextExtractionOptions Properties

The PdfTextExtractionOptions type exposes the following members.

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 propertyRectangle
Gets or sets the rectangle of interest.
Public propertySkipInvisibleText
Gets or sets a value indicating whether to extract hidden text.
Public propertyUnmappedCharacterCodeHandler
Gets or sets the handler for character codes that cannot be mapped to Unicode using data from the corresponding PDF font.
Public propertyUseBidi
Gets or sets a value indicating whether to use the inverse Bidi algorithm for reordering right-to-left and bidirectional text.
Public propertyWithFormatting
Gets or sets a value indicating whether to extract text formatted as seen in a PDF viewer.

See Also