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