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

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.