Excel for WPF | ComponentOne
C1.WPF.Excel Namespace / C1XLBook Class / SetDpi Method
The horizontal DPI.
The vertical DPI.

In This Topic
    SetDpi Method
    In This Topic
    Sets horizontal and vertical DPI.
    Syntax
    'Declaration
     
    
    Public Shared Sub SetDpi( _
       ByVal x As Single, _
       ByVal y As Single _
    ) 
    public static void SetDpi( 
       float x,
       float y
    )

    Parameters

    x
    The horizontal DPI.
    y
    The vertical DPI.
    See Also