Object Model Reference : Classes : P : PrintTrapping : Properties : PrintTrapping.ImageTrap |
Property ImageTrap As PrnImageTrap
Member of PrintTrapping
The ImageTrap property sets the placement of a color trap.
The following VBA example sets the placement of the trap to Choke.
Sub Test() |
With ActiveDocument.PrintSettings.Trapping |
.ImageTrap = prnTrapChoke |
End With |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.