BB FlashBack SDK: FBExportToSWFParams

CompressLevel

Description

Determines the amount of compression applied to images, when lossless compression has been selected via the ColorFormat property.

Syntax

[C#/C++]
public long CompressLevel;

[VB.NET]
Public Property CompressLevel As Long

Remarks

This value in the range 1-9, where 1 is the least and 9 the maximum compression. The higher the compression, the smaller the SWF file, but the longer the export will take.

This compression level is also applied to various other data compressed into the SWF, even when JPEG image compression is used.

 

See also

FBExportToSWFParams::ColorFormat