Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

PdfDocumentProcessor.Print(PrinterSettings) Method

OBSOLETE

Use the Print method instead.

Obsolete. Prints the current document, using the specified settings.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Docs.v20.2.dll

NuGet Packages: DevExpress.Document.Processor, DevExpress.WindowsDesktop.Document.Processor

Declaration

[Obsolete("Use the Print(PdfPrinterSettings pdfPrinterSettings) overload of this method instead.")]
public void Print(
    PrinterSettings printerSettings
)

Parameters

Name Type Description
printerSettings PrinterSettings

A PrinterSettings object.

See Also