[]
Represents an image and its locations in a PDF document.
public class PdfImageInfo
Initializes a new instance of the PdfImageInfo class.
public PdfImageInfo(PdfImageBase image)
image
PdfImageBaseThe image.
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; }
Gets the list of references to the image from widget annotations.
public List<PdfImageWidgetAnnotationReference> WidgetReferences { get; }