DocumentViewer(DocumentUltimateWebConfiguration) Constructor

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

Definition

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

Parameters

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

See Also