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
484
2.9k
195.9k
Rotate text itext sharp C#
Nov 9 2018 11:07 AM
Need to rotate text
Some help
iTextSharp.text.Rectangle prevoznik =
new
iTextSharp.text.Rectangle(340f, 210f, 160f, 50f, 270);
ColumnText ct =
new
ColumnText(cb);
ct.SetSimpleColumn(prevoznik);
ct.AddElement(
new
Paragraph(
"Some text. "
, calibri2));
ct.Go();
Reply
Answers (
1
)
I am using MVC App without scaffolding
In C# , Loading of Images and assigning positions to files