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

PdfQueryPageSettingsEventArgs.PrintAction Property

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

Namespace: DevExpress.Xpf.PdfViewer

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

Declaration

public PrintAction PrintAction { get; }

Property Value

Type Description
PrintAction

One of the PrintAction enumeration vlaues.

See Also