Skip to main content

PdfQueryPageSettingsEventArgs.PrintAction Property

Gets a value indicating what type of print operation is occurring.

Namespace: DevExpress.Xpf.PdfViewer

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

NuGet Package: DevExpress.Wpf.PdfViewer

Declaration

public PrintAction PrintAction { get; }

Property Value

Type Description
PrintAction

One of the PrintAction enumeration vlaues.

See Also