Add a new layer to the end of this collection.

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

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