IPrintable.CreateRootNode(Size) Method
In This Article
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 |
---|---|---|
usable |
Size | A Size structure. |
#Returns
Type | Description |
---|---|
IRoot |
An object implementing the IRoot |
See Also