Class Layer

Layer class

Represents page layer.

public class Layer

Constructors

NameDescription
Layer(string, string)Initializes a new instance of the Layer class.

Properties

NameDescription
Contents { get; }Gets the layer content.
Id { get; }Gets the layer id.
Name { get; }Gets the layer name.

See Also