Click or drag to resize

WebControlsCoreExtensions Class

Extension class that provides methods to use Atalasoft DotImage middlewares.
Inheritance Hierarchy
SystemObject
  Atalasoft.Imaging.WebControls.CoreWebControlsCoreExtensions

Namespace:  Atalasoft.Imaging.WebControls.Core
Assembly:  Atalasoft.dotImage.WebControls.Core (in Atalasoft.dotImage.WebControls.Core.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public static class WebControlsCoreExtensions

The WebControlsCoreExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberConfigureWebCapture
Configures static properties for WebCaptureMiddlewares
Public methodStatic memberRunWebCaptureMiddleware(IApplicationBuilder)
Adds a terminal WebCaptureMiddleware in the chain of middlewares.
Public methodStatic memberRunWebCaptureMiddleware(IApplicationBuilder, IWebCaptureCallbacks)
Adds a terminal WebCaptureMiddleware with custom callbacks in the chain of middlewares.
Public methodStatic memberRunWebDocumentViewerMiddleware(IApplicationBuilder)
Adds a terminal WebDocumentViewerMiddleware in the chain of middlewares.
Public methodStatic memberRunWebDocumentViewerMiddleware(IApplicationBuilder, IWebDocumentViewerCallbacks)
Adds a terminal WebDocumentViewerMiddleware with custom callbacks in the chain of middlewares.
Public methodStatic memberRunWebDocumentViewerMiddleware(IApplicationBuilder, WebDocumentViewerOptions)
Adds a terminal WebDocumentViewerMiddleware with custom callbacks in the chain of middlewares.
Public methodStatic memberRunWebDocumentViewerMiddleware(IApplicationBuilder, WebDocumentViewerOptions, IWebDocumentViewerCallbacks)
Adds a terminal WebDocumentViewerMiddleware with custom callbacks in the chain of middlewares.
Top
See Also