Documents for PDF, .NET Edition Documentation
GetImages Method (Page)

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf Namespace > Page Class : GetImages Method
The horizontal resultion used to calculate the bounds of images on the page.
The vertical resultion used to calculate the bounds of images on the page.
Gets the list of images on this page.
Syntax
'Declaration
 
Public Function GetImages( _
   Optional ByVal dpiX As System.Single, _
   Optional ByVal dpiY As System.Single _
) As System.Collections.Generic.IList(Of PdfImageInfo)
public System.Collections.Generic.IList<PdfImageInfo> GetImages( 
   System.float dpiX,
   System.float dpiY
)

Parameters

dpiX
The horizontal resultion used to calculate the bounds of images on the page.
dpiY
The vertical resultion used to calculate the bounds of images on the page.

Return Value

The list of images on the current page.
See Also

Reference

Page Class
Page Members