Skip to main content

PdfPrintPageEventArgs(PdfPrintPageEventArgs) Constructor

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

Namespace: DevExpress.Xpf.PdfViewer

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

NuGet Package: DevExpress.Wpf.PdfViewer

Declaration

public PdfPrintPageEventArgs(
    PdfPrintPageEventArgs args
)

Parameters

Name Type Description
args PdfPrintPageEventArgs

A PdfPrintPageEventArgs object that contains data for the PrintPage event.

See Also