ActiveReports 10
GetImage Method (DocumentModel.IImageItem)

GrapeCity.ActiveReports.Viewer.Win.v10 Assembly > GrapeCity.Viewer.Common.Model Namespace > DocumentModel.IImageItem Interface : GetImage Method
The horizontal resolution.
The vertical resolution.
Gets the image.
Syntax
'Declaration
 
Function GetImage( _
   ByVal dpiX As Single, _
   ByVal dpiY As Single _
) As IDisposable
IDisposable GetImage( 
   float dpiX,
   float dpiY
)

Parameters

dpiX
The horizontal resolution.
dpiY
The vertical resolution.

Return Value

IDisposable.
See Also

Reference

DocumentModel.IImageItem Interface
DocumentModel.IImageItem Members