Skip to main content

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.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing

Declaration

public virtual void CreateDocument(
    PrintingSystem ps
)

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