PdfTextWhitespaces Enum
Specifies how whitespace insertion is handled when extracting text from PDF content.
Fields
| Blank | The insignificant Unicode 'SPACE' (U+0020) characters and NewLineChars characters are inserted in the text where appropriate to simulate distances between words in a line and distances between lines. |
| NewLine | The NewLineChars is inserted in the text where appropriate. |
| None | No character is inserted in the text. |
| Space | The Unicode 'SPACE' (U+0020) character is inserted in the text where appropriate. |