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

GifReader.Height Property

Returns entire GIF file height.

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

Syntax

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

Property Value

Entire GIF file height (in pixels).

See Also

Reference