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

SwfEncoderOptions Members

The SwfEncoderOptions type exposes the following members.

Constructors

Name Description
Public method SwfEncoderOptions Overloaded.

Creates and initializes new SwfEncoderOptions class instance.

Methods

Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToFrame

Creates and initalizes Frame class instance with these encoder options.

(Overrides EncoderOptions.ToFrame().)
Public method ToString (Inherited from Object.)

Properties

Name Description
Public property BackgroundColor

Gets/sets a background color for the SWF movie.

Public property Compression

Gets/sets SWF compression type for the frame.

Public property Delay

Gets/sets a number of hundredths (1/100) of a second to wait after rendering the frame.

Public property DisposalMethod

Gets/sets disposal method, i.e. what to do with the screen when new frame is being displayed.

Public property Height

Gets/sets SWF movie height.

Public property Left

Gets/sets left position of the frame.

(Inherited from EncoderOptions.)
Public property MediaFormat

Returns media format for which encoder options are defined.

(Inherited from EncoderOptions.)
Public property Quality

Gets/sets a JPEG quality if compression type is set to Jpeg.

Public property Top

Gets/sets top position of the frame.

(Inherited from EncoderOptions.)
Public property Width

Gets/sets SWF movie width.

See Also

Reference