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

GifReader.Width Property

Returns entire GIF file width.

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

Syntax

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

Property Value

Entire GIF file width (in pixels).

See Also

Reference