PdfViewerControl.Print(PrinterSettings, Boolean, Int32) Method
In This Article
OBSOLETE
Use the Print method instead.
Prints the document.
Namespace: DevExpress.Xpf.PdfViewer
Assembly: DevExpress.Xpf.PdfViewer.v24.2.dll
NuGet Package: DevExpress.Wpf.PdfViewer
#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 |
---|---|---|
printer |
Printer |
A Printer |
#Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
show |
Boolean | True | true to show the printing status; otherwise, false. |
max |
Int32 | 0 | An integer value that is the maximum printing DPI. |
See Also