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

ExtensionsFactory.DocumentViewer(Action<DocumentViewerSettings>) Method

Creates a Document Viewer.

Namespace: DevExpress.Web.Mvc.UI

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

Declaration

public DocumentViewerExtension DocumentViewer(
    Action<DocumentViewerSettings> method
)

Parameters

Name Type Description
method Action<DocumentViewerSettings>

A delegate method that accepts DocumentViewerSettings as a parameter.

Returns

Type Description
DocumentViewerExtension

A DocumentViewerExtension object implementing the DocumentViewer functionality.

See Also