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

IPrintable.CreateRootNode(Size) Method

For internal use.

Namespace: DevExpress.WinUI.Printing

Assembly: DevExpress.WinUI.Printing.v21.2.dll

Declaration

IRootDataNode CreateRootNode(
    Size usablePageSize
)

Parameters

Name Type Description
usablePageSize Size

A Size structure.

Returns

Type Description
IRootDataNode

An object implementing the IRootDataNode interface.

See Also