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

GifWriter.Height Property

Specifies entire GIF file height.

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

Syntax

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

Property Value

Entire GIF file height (in pixels).

Remarks

Using Width and Height properties you specify a "viewport" for the GIF file. If you put the frame which exceeds of these dimensions, it is cropped.

Default value is 0.

See Also

Reference