.NET Framework Class Library

DocItem.InsideHeaderFooter Property

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.DOM Namespace > DocItem Class > DocItem Properties >

.NET Framework Class Library

DocItem.InsideHeaderFooter Property

Namespace: Gnostice.Core.DOM

Assembly:  Gnostice.Core (in Gnostice.Core.dll)

Syntax

Visual Basic

Public Property InsideHeaderFooter As Boolean
 Get
 Set

C#

public bool InsideHeaderFooter { getset; }

Visual C++

public:
property bool InsideHeaderFooter {
 bool get ();
 void set (bool value);
}

See Also

DocItem Class

DocItem Members

Gnostice.Core.DOM Namespace