Add a new layer to the end of this collection.

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

Syntax

C#
public void Add(
	Layer layer
)
Visual Basic
Public Sub Add ( _
	layer As Layer _
)

Parameters

layer
Type: TallComponents.PDF..::..Layer
The layer to add.

See Also