Skip to content

Latest commit

 

History

History

ExtractImageCoordinates

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Extract PDF image coordinates in C# and VB.NET

This sample shows how to extract images from a PDF document with their location using Docotic.Pdf library.

Description

Use the PdfPage.GetPaintedImages method to get the collection of all images drawn on the page. The collection contains instances of the PdfPaintedImage class.

Using the properties of the PdfPaintedImage class, you can access the PdfImage object for the painted image and the bounds of the image on the page.

See also