Method GetPaintedImages
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
GetPaintedImages()
Gets the collection of PdfPaintedImage objects for all images painted on the page.
public PdfCollection<PdfPaintedImage> GetPaintedImages()
Returns
- PdfCollection<PdfPaintedImage>
The collection of PdfPaintedImage objects for all images painted on the page.
Remarks
This method also returns images painted in the default appearance streams of annotations and form controls.