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

In This Topic
    Resolution Property (GcGraphics)
    In This Topic
    Gets or sets the resolution of the current graphics (pixels per inch).
    Syntax
    'Declaration
     
    Public MustOverride Property Resolution As System.Single
    public abstract System.float Resolution {get; set;}
    See Also