Height Property

Moxiecode Image Manager API

[Missing <summary> documentation for "P:Moxiecode.ImageManager.Utils.MediaInfo.Height"]

Namespace:  Moxiecode.ImageManager.Utils
Assembly:  MCImageManager (in MCImageManager.dll) Version: 1.0.0.0

Syntax

C#
public int Height { get; }
Visual Basic (Declaration)
Public ReadOnly Property Height As Integer
Visual C++
public:
property int Height {
	int get ();
}

See Also