

PdfBitmap image = new PdfBitmap(new FileStream("./././././Data/Sample.jpg",FileMode.Open)) PdfLoadedPage page = doc.Pages as PdfLoadedPage PdfLoadedDocument doc = new PdfLoadedDocument(new FileStream("./././././Data/input.pdf",FileMode.Open)) The following code example shows how to add an image to a PDF file using C#.


PDF has become one of the most popular and widely used file formats.
