Skip to content

Latest commit

 

History

History

AddSingleImageFrame

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Add one image frame to PDF document in C# and VB.NET

This sample shows how to add one page (frame) from a multi-page image to a PDF document using Docotic.Pdf library.

The PdfDocument.OpenImage method can read the image data in a file, stream or bytes array and return the collection of image frames (pages). Each collection item is an instance of the PdfImageFrame class.

Use the AddImage method to add any image frame to a PDF document. You can add image frames in any order. There is no need to add all the frames.

See also