![]() |
![]() |
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 code 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 2007 Corel Corporation. All rights reserved.