A Boolean value. Specifies whether the layer is printable.
Applies to objects: Layer
[[Let] RetVal = ] object.Printable [Let] object.Printable = SetVal |
The Printable property syntax has these parts:
Part | Description |
object | A reference to an instance of the object. |
RetVal | A Boolean type variable. |
SetVal | A Boolean value. |
If Printable property is FALSE, the shapes on the layer won't be printed.
You can set the Printable property to FALSE only when the layer is not
active.
Dim MyLayer as Layer |
See Also |
Layer Object, Document Object |