.NET Framework Class Library

Document.ContainsAnnots Property

<< Click to Display Table of Contents >>

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

.NET Framework Class Library

Document.ContainsAnnots Property

Namespace: Gnostice.Controls.ASP

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

Syntax

Visual Basic

Public Property ContainsAnnots As Nullable(Of Boolean)
 Get
 Set

C#

public Nullable<boolContainsAnnots { getset; }

Visual C++

public:
property Nullable<boolContainsAnnots {
 Nullable<boolget ();
 void set (Nullable<boolvalue);
}

See Also

Document Class

Document Members

Gnostice.Controls.ASP Namespace