DocumentViewerControl.DocumentViewerControl Constructor
Definition
- Assembly
- GleamTech.DocumentUltimate.dll
DocumentViewerControl(DocumentViewer)
Initializes a new instance of the DocumentViewerControl class with an existing DocumentViewer component instance.
public DocumentViewerControl(DocumentViewer documentViewer)
Parameters
documentViewerDocumentViewerThe existing DocumentViewer component instance to use.
DocumentViewerControl()
Initializes a new instance of the DocumentViewerControl class.
public DocumentViewerControl()
DocumentViewerControl(DocumentUltimateWebConfiguration)
Initializes a new instance of the DocumentViewerControl class with custom web configuration.
public DocumentViewerControl(DocumentUltimateWebConfiguration webConfiguration)
Parameters
webConfigurationDocumentUltimateWebConfigurationThe web configuration to use instead of the global web configuration.