Object Model Reference : Classes : P : PrintTrapping : Properties : PrintTrapping.InternalImageTrapping |
Property InternalImageTrapping As Boolean
Member of PrintTrapping
The InternalImageTrapping property applies a color trap within an image.
The following VBA example enables image trapping.
Sub Test() |
With ActiveDocument.PrintSettings |
With .Trapping |
.InternalImageTrapping = False |
End With |
.ShowDialog |
End With |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.