Spread WPF 18
GrapeCity.Spreadsheet.Printing Namespace / Document Class / Resolution Property


In This Topic
    Resolution Property
    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