Previous Document Next Document
PrintSeparations.Enabled

Property Enabled As Boolean

Member of PrintSeparations

The PrintSeparations property determines whether separations are printed.

The following code example enables separations and displays the Print dialog box:

Sub Test() 
 With ActiveDocument 
  With .PrintSettings 
   .Separations.Enabled = True 
   .ShowDialog 
  End With 
 End With 
End Sub 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.