Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / GcGraphics Class / SurfaceResolution Property

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