m trying to set the line spacing of a TextFragment object using Aspose.pdf in C#, but I’m unable to set the value between 0.0 to 1.0
I also want to set the line spacing to a value less than 1, such as 0.82, but it seems…...Add(); TextBuilder builder = new TextBuilder(page); TextParagraph...TextParagraph paragraph = new TextParagraph(); paragraph.Rectangle...