Skip to main content

PrintTool.LoadPrinterSettingsFromStream(Stream) Method

Applies the printer settings restored from the specified stream to the system default printer.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.XtraPrinting.v23.2.dll

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

Declaration

public void LoadPrinterSettingsFromStream(
    Stream stream
)

Parameters

Name Type Description
stream Stream

A Stream from where the printer settings should be loaded.

See Also