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
482
2.9k
196.7k
Two lines in one row? Itext sharp
Apr 26 2018 4:14 AM
I need two lines in one row
Paragraph par =
new
Paragraph(
new
Chunk(
new
iTextSharp.text.pdf.draw.LineSeparator(0.0F, 20.0F, BaseColor.BLACK, Element.ALIGN_RIGHT, 1)));
pdfDoc.Add(par);
Try
Paragraph par =
new
Paragraph(
new
Chunk(
new
iTextSharp.text.pdf.draw.LineSeparator(0.0F, 20.0F, BaseColor.BLACK, Element.ALIGN_RIGHT, 1)));
pdfDoc.Add(par);
Paragraph par2 =
new
Paragraph(
new
Chunk(
new
iTextSharp.text.pdf.draw.LineSeparator(0.0F, 20.0F, BaseColor.BLACK, Element.ALIGN_RIGHT, 1)));
pdfDoc.Add(par2);
I have two lines in two rows
Some help?
Reply
Answers (
1
)
How can we clear data in combobx2 on selecting next item in
Postback issue with safari