PdfViewer.Print(PrinterSettings) Method
In This Article
OBSOLETE
Use the Print method instead.
Obsolete. Prints the current document using the specified print settings.
Namespace: DevExpress.XtraPdfViewer
Assembly: DevExpress.XtraPdfViewer.v24.2.dll
NuGet Package: DevExpress.Win.PdfViewer
#Declaration
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the Print(PdfPrinterSettings pdfPrinterSettings) overload of this method instead.")]
public void Print(
PrinterSettings printerSettings
)
#Parameters
Name | Type | Description |
---|---|---|
printer |
Printer |
A Printer |
See Also