Creates and initializes new SwfEncoderOptions class instance. You can set delay and disposal method of the frame as well as JPEG quality.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub New ( _ quality As Integer, _ delay As Integer, _ disposalMethod As DisposalMethod _ )
public SwfEncoderOptions( int quality, int delay, DisposalMethod disposalMethod )
Type: System.Int32
Number in range [0, 100] that specifies quality of JPEG compression. Large values means higher quality, but larger file size. You can change it later using Quality property.Type: System.Int32
Number of hundredths (1/100) of a second to wait after rendering the frame. You can change it later using Delay property.Type: Aurigma.GraphicsMill.Codecs.DisposalMethod
DisposalMethod value that specifies a disposal method for the frame. You can change it later using DisposalMethod property.