DocumentViewerControl(DocumentViewer) Constructor

Initializes a new instance of the DocumentViewerControl class with an existing DocumentViewer component instance.

Definition

Namespace: GleamTech.DocumentUltimate.AspNet.WebForms
Assembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 6.9.7
C#
public DocumentViewerControl(
	DocumentViewer documentViewer
)

Parameters

documentViewer  DocumentViewer
The existing DocumentViewer component instance to use.

See Also