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

PdfViewerControl.SaveAsCommand Property

Invokes the Save As dialog box.

Namespace: DevExpress.Xpf.PdfViewer

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PdfViewer, DevExpress.Wpf.PdfViewer

Declaration

public ICommand SaveAsCommand { get; }

Property Value

Type Description
ICommand

A command that implements the ICommand.

Remarks

To learn more about using commands, refer to MSDN.

See Also