Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / GcBitmapGraphics Class / SurfaceResolution Property

In This Topic
    SurfaceResolution Property (GcBitmapGraphics)
    In This Topic
    Gets the resolution of the underlying drawing surface (pixels per inch).
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property SurfaceResolution As System.Nullable(Of Single)
    public override System.Nullable<float> SurfaceResolution {get;}
    See Also