Adding ImagesThe following code snippet creates a PDF document containing an image. c# sample: PDFDocument MyPDF = new PDFDocument("image.pdf"); PDFImage jpgimage = new PDFImage("..\\Resources\\images\\sample.jpg"); MyPDF.CurrentPage.Body.AddImage(jpgimage,293, 26); MyPDF.Save(); |
PDF .NET Library for .NET Software Developers - PDF Component Library for C#, VB.NET and ASP.NET developers Copyright © PDF Technologies Inc., 2015. ![]() |
![]() |