TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
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
Forums
Monthly Leaders
Forum guidelines
Goran Bibic
478
2.9k
200.8k
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#