Previous Document Next Document

Object Model Reference : Classes : L : Layer : Properties : Layer.Printable


Layer.Printable

Property Printable As Boolean

Description

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.

VBA example

The following VBA 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 2013 Corel Corporation. All rights reserved.