ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / DocumentModel.IImageItem Interface / GetImage Method
The horizontal resolution.
The vertical resolution.

In This Topic
    GetImage Method (DocumentModel.IImageItem)
    In This Topic
    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