I’ve been trying to solve this problem for a while now to no avail. I have some text in iTextSharp I’m trying to put on a newline. I’ve tried using the \\n escape c
\\n
This works perfectly for me.
Dim chunkNewLine As Chunk = New Chunk(Chunk.NEWLINE) Dim addressPhrase As New Phrase addressPhrase.Add(chunkNewLine)