PdfDocument.GetImages Method

Returns the enumerator that iterates through the collection of document images including inline images and images added to document but not yet drawn on any canvas.

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

Syntax

C#
public IEnumerable<PdfImage> GetImages()
VB
Public Function GetImages As IEnumerable(Of PdfImage)

Return Value

Type: IEnumerable<PdfImage>
The enumerator that can be used to iterate through the collection of document images including inline images and images added to document but not yet drawn on any canvas.

See Also