Namespace: BitMiracle.Docotic.Pdf.Layout
public TextSpan Line( string? text = null )
Public Function Line ( Optional text As String = Nothing ) As TextSpan
This method completes the current paragraph. I.e., a next text chunk will be placed in the new paragraph.
The library places text to multiple paragraphs if text contains EOL characters (CRLF, LF, or CR).