Removes a page 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 bool Remove(
	Page page
)
Visual Basic
Public Function Remove ( _
	page As Page _
) As Boolean

Parameters

page
Type: TallComponents.PDF..::..Page
The page to be removed.

See Also