Previous Document Next Document
PrintTrapping.ImageTrap

Property ImageTrap As PrnImageTrap

Member of PrintTrapping

The ImageTrap property sets the placement of the color trap.

The following code example sets the placement of the trap to Choke:

Sub Test() 
 With ActiveDocument.PrintSettings.Trapping 
  .ImageTrap = prnTrapChoke 
 End With 
End Sub 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.