Click or drag to resize

PdfPageCollectionRemove Method

Removes the first occurrence of a specific PdfPage from the PdfPageCollection.

Namespace:  RadPdf.Data.Document.Pages
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public bool Remove(
	PdfPage item
)

Parameters

item
Type: RadPdf.Data.Document.PagesPdfPage
The PdfPage to remove from the PdfPageCollection

Return Value

Type: Boolean
true if item was successfully removed from the PdfPageCollection; otherwise, false. This method also returns false if item is not found in the original PdfPageCollection.

Implements

ICollectionTRemove(T)
Exceptions
ExceptionCondition
NotSupportedException"The PdfPageCollection is read-only
Remarks
This collection is read-only.
See Also