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.
↧