Object Model Reference : Classes : D : Document : Properties : Document.Resolution |
Property Resolution As Long
Member of Document
The Resolution property returns or specifies the document rendering resolution for bitmap-based effects (for example, drop shadows and interactive transparencies), measured in dots per inch (dpi).
The following VBA example displays the current resolution. |
Sub Test() |
MsgBox "Current document resolution is " & _ |
ActiveDocument.Resolution & " dpi" |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.