Create a new Layer.

Namespace: TallComponents.PDF
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public Layer(
	string name,
	bool visible
)
Visual Basic
Public Sub New ( _
	name As String, _
	visible As Boolean _
)

Parameters

name
Type: System..::..String
The name of this layer.
visible
Type: System..::..Boolean
The state if this layer should be visible or invisible by default.

See Also