.NET Framework Class Library

DocumentViewerPreferences.Rendering Property

<< Click to Display Table of Contents >>

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

.NET Framework Class Library

DocumentViewerPreferences.Rendering Property

Specify document rendering preferences.

Namespace: Gnostice.Controls.ASP

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

Syntax

Visual Basic

<DataMemberAttribute> _
Public Property Rendering As RenderingPreferences
 Get
 Set

C#

[DataMemberAttribute]
public RenderingPreferences Rendering { getset; }

Visual C++

public:
[DataMemberAttribute]
property RenderingPreferencesRendering {
 RenderingPreferencesget ();
 void set (RenderingPreferencesvalue);
}

See Also

DocumentViewerPreferences Class

DocumentViewerPreferences Members

Gnostice.Controls.ASP Namespace