ImageGear .NET v25.0 - Updated
FindImages(ImGearPDFPage) Method




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFImageFinder Class > FindImages Method : FindImages(ImGearPDFPage) Method
The page to search for images.
Retrieves all images in a PDF page.
Syntax
'Declaration
 
Public Overloads Function FindImages( _
   ByVal page As ImGearPDFPage _
) As IList(Of ImGearPDEImage)
'Usage
 
Dim instance As ImGearPDFImageFinder
Dim page As ImGearPDFPage
Dim value As IList(Of ImGearPDEImage)
 
value = instance.FindImages(page)
public IList<ImGearPDEImage> FindImages( 
   ImGearPDFPage page
)
public: IList<ImGearPDEImage*>* FindImages( 
   ImGearPDFPage* page
) 
public:
IList<ImGearPDEImage^>^ FindImages( 
   ImGearPDFPage^ page
) 

Parameters

page
The page to search for images.

Return Value

An object containing all images on the specified page.
Exceptions
ExceptionDescription
Thrown when page is null.
Remarks
See Also

Reference

ImGearPDFImageFinder Class
ImGearPDFImageFinder Members
Overload List