PdfPage.GetPaintedImages Method

Gets the collection of PdfPaintedImage objects for all images painted on the page.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public PdfCollection<PdfPaintedImage> GetPaintedImages()
VB
Public Function GetPaintedImages As PdfCollection(Of PdfPaintedImage)

Return Value

Type: PdfCollection<PdfPaintedImage>
The collection of PdfPaintedImage objects for all images painted on the page.

See Also