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

ExtensionsFactory.WebDocumentViewer(Action<WebDocumentViewerSettings>) Method

Creates a WebDocumentViewer.

Namespace: DevExpress.Web.Mvc.UI

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

Declaration

public WebDocumentViewerExtension WebDocumentViewer(
    Action<WebDocumentViewerSettings> method
)

Parameters

Name Type Description
method Action<WebDocumentViewerSettings>

A delegate method that accepts WebDocumentViewerSettings as a parameter.

Returns

Type Description
WebDocumentViewerExtension

A WebDocumentViewerExtension object implementing the WebDocumentViewer functionality.

See Also