.NET Framework Class Library

OnServerStartEventArgs.ViewerPreferences Property

<< Click to Display Table of Contents >>

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

.NET Framework Class Library

OnServerStartEventArgs.ViewerPreferences Property

Specifies document viewer preferences.

Namespace: Gnostice.Controls.ASP

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

Syntax

Visual Basic

Public Property ViewerPreferences As DocumentViewerPreferences
 Get
 Set

C#

public DocumentViewerPreferences ViewerPreferences { getset; }

Visual C++

public:
property DocumentViewerPreferencesViewerPreferences {
 DocumentViewerPreferencesget ();
 void set (DocumentViewerPreferencesvalue);
}

See Also

OnServerStartEventArgs Class

OnServerStartEventArgs Members

Gnostice.Controls.ASP Namespace