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

WebDocumentViewerSettings.SettingsExport Property

Allows you to specify settings that apply to print and export operations.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.1.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public WebDocumentViewerExportSettings SettingsExport { get; }

Property Value

Type Description
WebDocumentViewerExportSettings

An object that contains settings for the Document Viewer print and export operations.

See Also