sideway text
PDFsharp is a .NET library for creating and modifying PDF documents.
Brought to you by:
pdfsharp,
stefan_lange
First off, PDFSharp is great!
I have a question...is it possible to draw text at an angle, i.e. side ways down the page? I guess you could draw on a Bitmap and rotate it 90 degrees but that would increase pdf size and may reduce printing quality. Can it be done with text?
Thanks a lot!
Can be done - look at the samples (e. g. Watermark).
We invite you to visit the PDFsharp support forum:
http://pdfsharp.s3.bizhat.com/
Regards
The PDFsharp team
Thank you! It can be done with RotateTransform()!