Previous Document Next Document

Object Model Reference : Classes : P : PrintPrepress : Properties : PrintPrepress.Invert


PrintPrepress.Invert

Property Invert As Boolean

Description

Member of PrintPrepress

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

VBA example

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

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.