Remove the specified layer.

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

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