Skip to main content

IPrintable.CreateRootNode(Size) Method

For internal use.

Namespace: DevExpress.WinUI.Printing

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

NuGet Package: DevExpress.WinUI

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