The Layer type exposes the following members.

Constructors

  NameDescription
Public methodLayer()()()()
Create a new Layer, without a name.
Public methodLayer(String)
Create a new Layer.
Public methodLayer(String, Boolean)
Create a new Layer.

Methods

  NameDescription
Public methodClone
Clones this Layer, and detach it from the original document.
Public methodToString
The name is this Layer.
(Overrides Object..::..ToString()()()().)

Properties

  NameDescription
Public propertyName
The name of this layer.
Public propertyVisible
The state if this layer must be visible or invisible when the page is rasterized.

See Also