.NET Framework Class Library

ViewerController Constructor

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Controls.ASP Namespace > ViewerController Class >

.NET Framework Class Library

ViewerController Constructor

Namespace: Gnostice.Controls.ASP

Assembly:  Gnostice.Controls.ASP (in Gnostice.Controls.ASP.dll)

Syntax

Visual Basic

Public Sub New ( _
 Optional handlerURI As String = "DocumentHandler.axd" _
)

C#

public ViewerController(
 string handlerURI = "DocumentHandler.axd"
)

Visual C++

public:
ViewerController(
 StringhandlerURI = L"DocumentHandler.axd"
)

Parameters

handlerURI (Optional)

Type: System.String

See Also

ViewerController Class

ViewerController Members

Gnostice.Controls.ASP Namespace