Skip to main content
A newer version of this page is available. .

PdfViewerControl.Print(PrinterSettings, Boolean, Int32) Method

OBSOLETE

Use the Print method instead.

Prints the document.

Namespace: DevExpress.Xpf.PdfViewer

Assembly: DevExpress.Xpf.PdfViewer.v19.2.dll

Declaration

[Obsolete("Use the Print(PdfPrinterSettings printerSettings, bool showPrintStatus = true) overload of this method instead.")]
public virtual void Print(
    PrinterSettings printerSettings,
    bool showPrintStatus = true,
    int maxPrintingDpi = 0
)

Parameters

Name Type Description
printerSettings PrinterSettings

A PrinterSettings object.

Optional Parameters

Name Type Default Description
showPrintStatus Boolean True

true to show the printing status; otherwise, false.

maxPrintingDpi Int32 0

An integer value that is the maximum printing DPI.

See Also