DocumentViewerSettings.SetRemoteSourceSettings(Action<DocumentViewerRemoteSourceSettings>) Method
Applies the specified action to the Document Viewer’s DocumentViewerSettings.SettingsRemoteSource property.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
Name | Type | Description |
---|---|---|
action | Action<DocumentViewerRemoteSourceSettings> | A Action delegate that sets the Document Viewer’s remote document source settings. |
See Also