.NET Framework Class Library

InteractivityPreferences.AllowFormFilling Property

<< Click to Display Table of Contents >>

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

.NET Framework Class Library

InteractivityPreferences.AllowFormFilling Property

Specifies whether to allow form filling on viewer.

Namespace: Gnostice.Controls.ASP

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

Syntax

Visual Basic

<DataMemberAttribute> _
Public Property AllowFormFilling As Boolean
 Get
 Set

C#

[DataMemberAttribute]
public bool AllowFormFilling { getset; }

Visual C++

public:
[DataMemberAttribute]
property bool AllowFormFilling {
 bool get ();
 void set (bool value);
}

See Also

InteractivityPreferences Class

InteractivityPreferences Members

Gnostice.Controls.ASP Namespace