Spread Windows Forms 18
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / Document Class / Resolution Property


In This Topic
    Resolution Property (Document)
    In This Topic
    Gets the resolution of this document.
    Syntax
    'Declaration
     
    
    Public MustOverride ReadOnly Property Resolution As Double
    'Usage
     
    
    Dim instance As Document
    Dim value As Double
     
    value = instance.Resolution
    public abstract double Resolution {get;}
    See Also