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

PdfPrintPageEventArgs(PdfPrintPageEventArgs) Constructor

Initializes a new instance of the PdfPrintPageEventArgs class with the specified parameter.

Namespace: DevExpress.Xpf.PdfViewer

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

Declaration

public PdfPrintPageEventArgs(
    PdfPrintPageEventArgs args
)

Parameters

Name Type Description
args PdfPrintPageEventArgs

A PdfPrintPageEventArgs object that contains data for the PrintPage event.

See Also