Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / GcSvgGraphics Class / Resolution Property

In This Topic
    Resolution Property (GcSvgGraphics)
    In This Topic
    Gets the resolution of the current graphics, which is always 96 DPI for GcSvgGraphics.
    Syntax
    'Declaration
     
    Public Overrides Property Resolution As System.Single
    public override System.float Resolution {get; set;}
    See Also