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

IPdfDocument.Print(PdfPrinterSettings, Int32, Boolean, Int32) Method

OBSOLETE

Use the Print method instead.

This member supports the internal infrastructure and is not intended to be used directly from your code.

Namespace: DevExpress.Xpf.PdfViewer

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

Declaration

[Obsolete("Use the Print(PdfPrinterSettings print, int currentPageNumber, bool showPrintStatus) overload of this method instead.")]
void Print(
    PdfPrinterSettings print,
    int currentPageNumber,
    bool showPrintStatus,
    int maxPrintingDpi
)

Parameters

Name Type
print PdfPrinterSettings
currentPageNumber Int32
showPrintStatus Boolean
maxPrintingDpi Int32
See Also