Removes an Transform from this TransformCollection.

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

Syntax

C#
public bool Remove(
	Transform transform
)
Visual Basic
Public Function Remove ( _
	transform As Transform _
) As Boolean

Parameters

transform
Type: TallComponents.PDF.Transforms..::..Transform
The transform to remove.

Return Value

true if removing the transform succeeded.

See Also