ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.ReportsCore.Tools Namespace / DataVisualizerInfoExtensions Class / GetImage Method
Visualizer info.
Width in pixels.
Height in pixels.
Horizontal resolution.
Vertical resolution.
Background rendering mode.

In This Topic
    GetImage Method (DataVisualizerInfoExtensions)
    In This Topic
    Gets as PNG image.
    Syntax
    'Declaration
     
    Public Shared Function GetImage( _
       ByVal buffer As DataVisualizerInfo, _
       ByVal width As Integer, _
       ByVal height As Integer, _
       ByVal dpiX As Single, _
       ByVal dpiY As Single, _
       Optional ByVal repeatOption As Nullable(Of BackgroundRepeatOption), _
       Optional ByVal fonts As GrapeCity.ActiveReports.Drawing.Core.IFontsFactory _
    ) As ImageInfo
    public static ImageInfo GetImage( 
       DataVisualizerInfo buffer,
       int width,
       int height,
       float dpiX,
       float dpiY,
       Nullable<BackgroundRepeatOption> repeatOption,
       GrapeCity.ActiveReports.Drawing.Core.IFontsFactory fonts
    )

    Parameters

    buffer
    Visualizer info.
    width
    Width in pixels.
    height
    Height in pixels.
    dpiX
    Horizontal resolution.
    dpiY
    Vertical resolution.
    repeatOption
    Background rendering mode.
    fonts
    See Also