[]
Represents an image and its locations in a PDF document.
public class PdfImageInfo
Gets the PdfImageBase object representing the image.
public PdfImageBase Image { get; }
Gets the list of PdfImageLocation objects defining positions in the document where this image is present.
public List<PdfImageLocation> Locations { get; }