Previous Document Next Document
PrintTrapping.Layers

Property Layers As TrapLayers

Member of PrintTrapping

The Layers property returns the TrapLayers collection.

The Layers property returns a read-only value.

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

Sub Test() 
 With ActiveDocument.PrintSettings.Trapping 
  MsgBox .Layers.Count 
 End With 
End Sub 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.