Skip to main content

WebDocumentViewerSettings.SettingsExport Property

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

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.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