ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / DeviceInfo Structure / DeviceInfo Constructor
The dpi X value.
The dpi Y value.
Page scale value.

In This Topic
    DeviceInfo Constructor
    In This Topic
    Initializes the DeviceInfo structure.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal dpiX As Single, _
       ByVal dpiY As Single, _
       ByVal pageScale As Single _
    )
    public DeviceInfo( 
       float dpiX,
       float dpiY,
       float pageScale
    )

    Parameters

    dpiX
    The dpi X value.
    dpiY
    The dpi Y value.
    pageScale
    Page scale value.
    See Also