Document Solutions for PDF
GrapeCity.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Imaging.Windows Namespace / GcWicBitmapGraphics Class / SurfaceResolution Property

In This Topic
    SurfaceResolution Property (GcWicBitmapGraphics)
    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