DocumentViewerControl(DocumentUltimateWebConfiguration) Constructor

Initializes a new instance of the DocumentViewerControl class with custom web configuration.

Definition

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

Parameters

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

See Also