Removes multiple pages from the collection.

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

Syntax

C#
public void RemoveRange(
	Page[] pages
)
Visual Basic
Public Sub RemoveRange ( _
	pages As Page() _
)

Parameters

pages
Type: array<TallComponents.PDF..::..Page>[]()[][]
The pages to remove

See Also