Previous Document Next Document
PrintPrepress.Invert

Property Invert As Boolean

Member of PrintPrepress

The Invert property determines whether the print job produces negative images on film.

The following code example sets the Invert property to True and prints the document:

Sub Test() 
 With ActiveDocument 
  .PrintSettings.Prepress.Invert = True 
  .PrintOut 
 End With 
End Sub 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.