Skip to main content

DocumentPreviewControl.CanSend(Nullable<ExportFormat>) Method

Specifies whether a document can be sent by email in the specified file format.

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

public virtual bool CanSend(
    ExportFormat? format
)

Parameters

Name Type Description
format Nullable<ExportFormat>

A nullable ExportFormat array.

Returns

Type Description
Boolean

true, if the document can be sent by email; otherwise, false.

See Also