.NET Framework Class Library

ImageItem.Image Property

<< Click to Display Table of Contents >>

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

.NET Framework Class Library

ImageItem.Image Property

Image holds the Image segment as a Stream object

Namespace: Gnostice.Core.DOM

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

Syntax

Visual Basic

Public Property Image As Stream
 Get
 Set

C#

public Stream Image { getset; }

Visual C++

public:
property StreamImage {
 Streamget ();
 void set (Streamvalue);
}

See Also

ImageItem Class

ImageItem Members

Gnostice.Core.DOM Namespace