PageCollectionRemove Method
Removes the specified item.

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public bool Remove(
	Page item
)

Parameters

item
Type: Aspose.PdfPage
The item.

Return Value

Type: Boolean

Implements

ICollectionTRemove(T)
Exceptions
ExceptionCondition
NotSupportedException
See Also