Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / Indexed4bppBitmap Class / SetDpi Method / SetDpi(Single) Method
The horizontal and vertical resolution.

In This Topic
    SetDpi(Single) Method
    In This Topic
    Changes the physical resolution of the image.
    Syntax
    'Declaration
     
    Public Overloads Sub SetDpi( _
       ByVal dpi As System.Single _
    ) 
    public void SetDpi( 
       System.float dpi
    )

    Parameters

    dpi
    The horizontal and vertical resolution.
    See Also