Skip to main content
A newer version of this page is available. .

PageList.Remove(Page) Method

Removes the specified page from the collection.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

public bool Remove(
    Page page
)

Parameters

Name Type Description
page Page

A Page object to remove from the collection.

Returns

Type Description
Boolean

true, if the specified page has been successfully removed; false, if the page is not found in the collection.

Remarks

When a page is removed from the collection, all subsequent pages are moved up one position in the collection.

See Also