The SwfEncoderOptions type exposes the following members.
Name | Description | |
---|---|---|
SwfEncoderOptions | Overloaded. Creates and initializes new SwfEncoderOptions class instance. |
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToFrame |
Creates and initalizes Frame class instance with these encoder options. (Overrides EncoderOptions.ToFrame().) |
|
ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
BackgroundColor |
Gets/sets a background color for the SWF movie. |
|
Compression |
Gets/sets SWF compression type for the frame. |
|
Delay |
Gets/sets a number of hundredths (1/100) of a second to wait after rendering the frame. |
|
DisposalMethod |
Gets/sets disposal method, i.e. what to do with the screen when new frame is being displayed. |
|
Height |
Gets/sets SWF movie height. |
|
Left |
Gets/sets left position of the frame. (Inherited from EncoderOptions.) |
|
MediaFormat |
Returns media format for which encoder options are defined. (Inherited from EncoderOptions.) |
|
Quality |
Gets/sets a JPEG quality if compression type is set to Jpeg. |
|
Top |
Gets/sets top position of the frame. (Inherited from EncoderOptions.) |
|
Width |
Gets/sets SWF movie width. |