Skip to main content

PageList.TryGetPageByID(Int64, out Page) Method

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

#Declaration

public bool TryGetPageByID(
    long id,
    out Page page
)

#Parameters

Name Type
id Int64
page Page

#Returns

Type
Boolean
See Also