Gets/sets the entire SWF movie width.

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

Syntax

Visual Basic

Public Property Width As Integer

C#

public int Width { get; set; }

Property Value

The entire SWF movie width (in pixels).

Remarks

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

If 0 is specified, the width of the bitmap stored in the first frame will be used.

Default value is 0.