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

DocumentViewerSettings.SetRemoteSourceConfiguration(Action<DocumentViewerRemoteSourceConfiguration>) Method

Applies the specified action to the Document Viewer’s DocumentViewerRemoteSourceConfiguration property.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public void SetRemoteSourceConfiguration(
    Action<DocumentViewerRemoteSourceConfiguration> action
)

Parameters

Name Type Description
action Action<DocumentViewerRemoteSourceConfiguration>

A Action delegate that sets the DocumentViewerRemoteSourceConfiguration.

See Also