Remove the specified layer.

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

Syntax

C#
public bool Remove(
	Layer layer
)
Visual Basic
Public Function Remove ( _
	layer As Layer _
) As Boolean

Parameters

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

See Also