Namespace: BitMiracle.Docotic.Pdf
public class PdfTextExtractionOptions
Public Class PdfTextExtractionOptions
The PdfTextExtractionOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | PdfTextExtractionOptions |
Initializes a new instance of the PdfTextExtractionOptions class.
|
Name | Description | |
---|---|---|
![]() | 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.
|
![]() | Rectangle |
Gets or sets the rectangle of interest.
|
![]() | SkipInvisibleText |
Gets or sets a value indicating whether to extract hidden text.
|
![]() | UnmappedCharacterCodeHandler |
Gets or sets the handler for character codes that cannot be mapped
to Unicode using data from the corresponding PDF font.
|
![]() | UseBidi |
Gets or sets a value indicating whether to use the inverse Bidi algorithm for reordering right-to-left
and bidirectional text.
|
![]() | WithFormatting |
Gets or sets a value indicating whether to extract text formatted as seen in a PDF viewer.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |