This documentation is for the old version. Go to the latest Graphics Mill docs

AviReader.Height Property

Gets the height of the AVI movie.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill.Codecs.AviProcessor (in Aurigma.GraphicsMill.Codecs.AviProcessor.dll)

Syntax

Visual Basic
Public ReadOnly Property Height As Integer
C#
public int Height { get; }

Property Value

An integer value which specifies a height of the movie (in pixels).

See Also

Reference