GetImages(Single,Single) Method
In This Topic
Gets the list of images on this page.
Syntax
'Declaration
Public Overloads Function GetImages( _
Optional ByVal As System.Single, _
Optional ByVal As System.Single _
) As System.Collections.Generic.IList(Of PdfImageInfo)
public System.Collections.Generic.IList<PdfImageInfo> GetImages(
System.float ,
System.float
)
Parameters
- dpiX
- The horizontal resolution used to calculate the bounds of images on the page.
- dpiY
- The vertical resolution used to calculate the bounds of images on the page.
Return Value
The list of images on the current page.
See Also