CompositeLink.CreateDocument(PrintingSystem) Method
Creates a document using the specified Printing System, so the document can be displayed or printed.
Namespace: DevExpress.XtraPrintingLinks
Assembly: DevExpress.XtraPrinting.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing
Declaration
Parameters
Name | Type | Description |
---|---|---|
ps | PrintingSystem | A PrintingSystem class instance, specifying the Printing System of the link. |
Remarks
This method generates a document which can be viewed, exported or printed by a PrintingSystem.
See Also