Previous Document Next Document
PrintSeparations.Plates

Property Plates As SeparationPlates

Member of PrintSeparations

The Plates property returns a reference to the SeparationPlates collection.

The Plates property returns a read-only value.

The following code example displays the number of items in the SeparationPlates collection:

Sub Test() 
 Dim Seps As SeparationPlates 
 With ActiveDocument 
  With .PrintSettings 
   Set Seps = .Separations.Plates 
   .Separations.Enabled = True 
   MsgBox "There are " & Seps.Count & " plates." 
  End With 
 End With 
End Sub 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.