PdfPage.GetImages Method

Returns the enumerator that iterates through the collection of page images including inline images.

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 page images including inline images.

See Also