Object Model Reference : Classes : P : PrintTrapping : Properties : PrintTrapping.MinResolution |
Property MinResolution As Long
Member of PrintTrapping
The MinResolution property sets the minimum resolution of an image to be considered for trapping.
The following VBA example displays the current minimum bitmap resolution.
Sub Test() |
With ActiveDocument.PrintSettings |
With .Trapping |
MsgBox .MinResolution, vbOKOnly, "MinResolution" |
End With |
End With |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.