LinkBase.CreateDocument(Boolean) Method
In This Article
Creates a document from the link. Optionally, you can access the document pages as soon as they are created. Document creation is always synchronous and does not occur in a background thread.
Namespace: DevExpress.WinUI.Printing
Assembly: DevExpress.WinUI.Printing.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
build |
Boolean | true to enable accessing document pages progressively as they are created; otherwise false. |
See Also