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

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.v19.2.dll

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