Previous Document Next Document
Layer.Printable

Property Printable As Boolean

Member of Layer

The Printable property returns or sets whether the layer is printable.

If the Printable property of a layer is True, the layer and its contents are printable.

The following code example makes the Grid layer on the master page printable:

Sub Test() 
 ActiveDocument.Pages(0).Layers("Grid").Printable = True 
End Sub 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.