Previous Document Next Document
Layer.Master

Property Master As Boolean

Member of Layer

The Master property returns or sets whether the layer is a master state or a local layer.

If the Master property is True, the layer acts as a master layer for the entire document and its contents appear on every page in that document.

The following code example makes the active layer a master layer, ensuring that its content appears on every page throughout the document:

Sub Test() 
 ActiveLayer.Master = True 
End Sub 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.