![]() |
![]() |
PrintTrapping.InternalImageTrapping
Property InternalImageTrapping As Boolean
Member of PrintTrapping
The InternalImageTrapping property applies a color trap within an image.
The following code example enables image trapping:
Sub Test() With ActiveDocument.PrintSettings With .Trapping .InternalImageTrapping = False End With .ShowDialog End With End Sub
![]() |
![]() |
![]() |
Copyright 2007 Corel Corporation. All rights reserved.