.NET Framework Class Library

DocItem.Height 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.Height Property

Namespace: Gnostice.Core.DOM

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

Syntax

Visual Basic

Public Property Height As Single
 Get
 Set

C#

public float Height { getset; }

Visual C++

public:
virtual property float Height {
 float get () sealed;
 void set (float valuesealed;
}

Implements

IDocItem.Height

See Also

DocItem Class

DocItem Members

Gnostice.Core.DOM Namespace