Previous Document Next Document

Object Model Reference : Classes : P : PrintTrapping : Properties : PrintTrapping.ImageTrap


PrintTrapping.ImageTrap

Property ImageTrap As PrnImageTrap

Description

Member of PrintTrapping

The ImageTrap property sets the placement of a color trap.

VBA example

The following VBA 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 2013 Corel Corporation. All rights reserved.