Skip to main content

PageList.TryGetPageByIndex(Int32, out Page) Method

Tries to get a page by the specified index.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public bool TryGetPageByIndex(
    int index,
    out Page page
)

Parameters

Name Type Description
index Int32

An integer value that specifies the zero-based index of the page.

page Page

An object that specifies the page.

Returns

Type Description
Boolean

true, if the page has been found; otherwise, false.

See Also