WebDocumentViewerBuilderBase<TSettings, TImpl, TModel> Constructors
Base class for builders that create the Web Document Viewer and Parameters Panel components.Name | Parameters | Description |
---|---|---|
WebDocumentViewerBuilderBase(IHtmlHelper, String) | htmlHelper, name | Initializes a new instance of the WebDocumentViewerBuilderBase<TSettings, TImpl, TModel> class with specified settings. |
WebDocumentViewerBuilderBase(IHtmlHelper) | htmlHelper | Initializes a new instance of the WebDocumentViewerBuilderBase<TSettings, TImpl, TModel> class with specified settings. |
See Also