Skip to main content

IPdfDocument.Print(PdfPrinterSettings, Int32, Boolean) Method

Prints a document using the specified PDF print settings without invoking the Print dialog. 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.v23.2.dll

NuGet Package: DevExpress.Wpf.PdfViewer

Declaration

void Print(
    PdfPrinterSettings print,
    int currentPageNumber,
    bool showPrintStatus
)

Parameters

Name Type Description
print PdfPrinterSettings

A PdfPrinterSettings value, specifying the PDF printing options.

currentPageNumber Int32

An integer value that is the current page number.

showPrintStatus Boolean

true, to show the printing status; otherwise, false.

See Also