Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public void SetRemoteSourceSettings(
    Action<DocumentViewerRemoteSourceSettings> action
)

Parameters

Name Type Description
action Action<DocumentViewerRemoteSourceSettings>

A Action delegate that sets the Document Viewer’s remote document source settings.

See Also