Object Model Reference : Classes : P : PrintPrepress : Properties : PrintPrepress.Invert |
Property Invert As Boolean
Member of PrintPrepress
The Invert property determines whether a print job produces negative images on film.
The following VBA example sets the Invert property to True and prints the document.
Sub Test() |
With ActiveDocument |
.PrintSettings.Prepress.Invert = True |
.PrintOut |
End With |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.