Object Model Reference : Classes : L : Layer : Properties : Layer.Printable |
Property Printable As Boolean
Member of Layer
The Printable property returns or specifies whether a layer is printable.
If the Printable property of a layer is True, the layer and its contents are printable.
The following VBA example makes the Grid layer on the master page printable.
Sub Test() |
ActiveDocument.Pages(0).Layers("Grid").Printable = True |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.