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

ASPxWebDocumentViewer Constructors

A control that is used to publish (preview, print and export) documents in ASP.NET applications and supports HTML5/JS technology.
Name Parameters Description
ASPxWebDocumentViewer() none Initializes a new instance of the ASPxWebDocumentViewer class with the default settings.
ASPxWebDocumentViewer(IWebDocumentViewerModelGenerator, IJSContentGenerator<WebDocumentViewerModel>, IStoragesCleaner, IWebDocumentViewerReportResolver, ICachedReportSourceWebResolver, ILocalizerService) webDocumentViewerModelGenerator, jsContentGenerator, cleaner, reportResolver, cachedReportSourceResolver, localizerService
ASPxWebDocumentViewer(IServiceProvider) serviceProvider For internal use.
See Also