We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Syncfusion.Pdf.Legacy.Base.dll questions?

Hi!

I have a couple questions about PDF.Legacy.Base:
1)What are different between PDF.Base and PDF.Legacy.Base?
2)Where can I find documentations and sample code for PDF.Legacy.Base?(because all the links to the PDF.Legacy.Base samples are broken => For example: the post below has a link, but it is broken
http://www.syncfusion.com/support/kb/850/How-to-insert-multiline-text-into-a-PDF-document

Thanks!

~~~~~~~~~~~~~~~

How to insert multiline text into a PDF document?(Views : 423)
The IPDFGraphics.DrawMultiText method is used for drawing multi page text into a PDF document. The BreakBehavior property of the IPDFGraphicState helps in breaking the text into multiple pages.

C#
//IPDFGraphicState is used for setting properties of all drawing objects.
IPDFGraphicState props = pdfDoc.CreateGraphicState();
props.BreakBehavior = AutoBreakBehavior.MultiLineTextBreak;
VB
'IPDFGraphicState is used for setting properties of all drawing objects.
Dim props As IPDFGraphicState = pdfDoc.CreateGraphicState()
props.BreakBehavior = AutoBreakBehavior.MultiLineTextBreak
Sample:

http://websamples.syncfusion.com/samples/KB/PDF.Windows/PMLine/main.htm
Note:

This will work only with PDF.Legacy.Base


1 Reply

AG Angappan G Syncfusion Team September 15, 2010 10:11 AM UTC

Hi Kim,

Thank you for using Essential PDF.

Pdf.Legacy.Base is the earlier version of Essential PDF and we no more support the Pdf.Legacy.Base, currently we support only the Pdf.Base assemblies.

We can draw the multiline text using PdfTextElement, please refer our documentation for drawing text to more about PdfTextElement and also refer to the attached sample for more details.

Documentation Link:
http://help.syncfusion.com/ug_83/Reporting/PDF/ASP.NET/default.htm?turl=Documents%2Fdrawingtext.htm

Please try this and let us know if you have any queries.

Regards,
Angappan.




96430_e5d01a02.zip

Loader.
Live Chat Icon For mobile
Up arrow icon