Skip to main content

IDocumentViewModel.Send(SendOptionsViewModel) Method

Returns the options related to emailing documents.

Namespace: DevExpress.Xpf.Printing.PreviewControl

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

void Send(
    SendOptionsViewModel options
)

Parameters

Name Type Description
options SendOptionsViewModel

A SendOptionsViewModel object.

See Also