Rotate text patch
Brought to you by:
dogcane
The attached source files allow you to rotate text objects
(only text objects so far).
You will need to re-compile the source code with the
patched .cs files in place. Comments have been added.
Note the additional rotation parameter on the .addText
method - specify the angle in degrees, starting at zero for
horizontal, and rotating anti-clockwise through
360degrees.
Codebase is SharpPDF 2.0 Beta 2.
My thanks to the Report.NET project, which showed me
it could be done, and the Adobe PDF Reference v1.6
which explained the technique in terms I could
understand... My modification is pretty bull-in-china-shop
like: My excuse is I am a VB.NET programmer, not a C#
programmer...
Rotate Text Objects patch for SharpPDF 2.0 beta 2