Quantcast
Channel: Aspose.Pdf Product Family
Viewing all articles
Browse latest Browse all 3131

Vertical Text

$
0
0
Hello, Can anybody tell me how to rotate text in new DOM Aspose.pdf I am using following code snippet to rotate text. TextFragment txt = new TextFragment(); txt.Text = "Vertical Text"; txt.Rectangle.Rotate(Rotation.on90); but in resultant pdf it is horizontal only. I dont want to use text stamp here as it cannot be added in Table as paragraph.

Viewing all articles
Browse latest Browse all 3131

Trending Articles