Pdf |
The PdfTextOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| PdfTextOptions | Initializes a new instance of the PdfTextOptions class. |
| Name | Description | |
|---|---|---|
| Bounds | Gets or sets the bounds of the extracted text or null if the extracted text is unbounded. Default value: null (the extracted text is unbounded). | |
| Default | Gets the default options used for extracting any text from a PDF content. | |
| FontFace | Gets or sets the font face used for measuring insignificant whitespace characters inserted in the extracted text if the Blank flag is set in the Whitespaces property. Default value: Courier. | |
| NewLineChars | Gets or sets the character string to use for line breaks in the extracted text if the NewLine flag is set in the Whitespaces property. Default value: NewLine. | |
| Order | Gets or sets the order in which the text should be extracted. Default value: Content. | |
| Whitespaces | Gets or sets a value that specifies how whitespace characters are inserted in the extracted text. |