Previous Document Next Document
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 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.