Object Model Reference : Classes : P : PrintTrapping : Properties : PrintTrapping.Layers |
Property Layers As TrapLayers
Member of PrintTrapping
The Layers property returns a TrapLayers collection.
The Layers property returns a read-only value.
The following VBA example displays the number of items in the TrapLayers collection.
Sub Test() |
With ActiveDocument.PrintSettings.Trapping |
MsgBox .Layers.Count |
End With |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.