Table of Contents

DocumentViewerControl.DocumentViewerControl Constructor

Definition

Namespace
GleamTech.DocumentUltimate.AspNet.WebForms
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

documentViewer DocumentViewer

The 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

webConfiguration DocumentUltimateWebConfiguration

The web configuration to use instead of the global web configuration.