LexerMoveToNonWhiteSpace Method Terminal Works - PDF Printing.Net Library
If the current character is not a white space, the function immediately returns it. Otherwise the PDF cursor is moved forward to the first non-white space or EOF. White spaces are NUL, HT, LF, FF, CR, and SP.

Namespace: PdfEdit.Pdf.IO
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax

public char MoveToNonWhiteSpace()

Return Value

Type: Char
See Also

Reference