Skip to main content

PrintHelper.PrintDirect(IPrintableControl) Method

Prints the specified control to a default printer.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v26.1.dll

Declaration

public static void PrintDirect(
    IPrintableControl source
)

Parameters

Name Type Description
source IPrintableControl

An object implementing the IPrintableControl interface.

See Also