Why Join
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
C# Corner Home
Technologies
MonthlyLeaders
ASK A QUESTION
Forumguidelines
Goran Bibic
707
2.4k
75.3k
Rotate text itext sharp rectangle C#
Oct 28 2018 5:58 AM
Need rotate text for 90'
On page have text but I cant rotate
Some help?
iTextSharp.text.Rectangle prevoznik =
new
iTextSharp.text.Rectangle(340f, 210f, 160f, 50f, 180);
ColumnText ct =
new
ColumnText(cb);
ct.SetSimpleColumn(prevoznik);
ct.AddElement(
new
Paragraph(
"Probni tekst. "
, calibri2));
ct.Go();
Reply
Answers (
2
)
C# With GUI War of Cards
how to get expiry date from datagridview in c#