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

DocumentPreviewControl.Send(Nullable<ExportFormat>) Method

Sends the document by email in the specified file format.

Namespace: DevExpress.Xpf.Printing

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

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

Declaration

public virtual void Send(
    ExportFormat? format
)

Parameters

Name Type Description
format Nullable<ExportFormat>

A nullable ExportFormat array.

See Also