Create a new Layer.

Namespace: TallComponents.PDF
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

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