PdfDocument.GetImages Method

Returns the enumerator that iterates through the collection of document images.

Overload List

  NameDescription
Public methodGetImages()
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.
Public methodGetImages(Boolean)
Returns the enumerator that iterates through the collection of document images including or excluding the inline images. The enumerator includes images added to document but not yet drawn on any canvas.

See Also