Add a layer array 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 AddRange(
	Layer[] layers
)
Visual Basic
Public Sub AddRange ( _
	layers As Layer() _
)

Parameters

layers
Type: array<TallComponents.PDF..::..Layer>[]()[][]
The layers to add.

See Also