BB FlashBack SDK: FBExportToSWFParams

ShowOptions

Description

Determines the action taken on passing the FBExportToSWFParams object to FBMovie::ExportToSWF.

Syntax

[C#/C++]
public Bool ShowOptions;

[VB.NET]
Public Property ShowOptions As Boolean

Remarks

If ShowOptions is set to True, and the FBExportToSWFParams object is passed to the FBMovie::ExportToSWF method, a dialog is displayed that enables the user to set export parameters.

If ShowOptions is set to False, and the FBExportToSWFParams object is passed to the FBMovie::ExportToSWF method, the export uses the properties of the FBExportToSWFParams object and does not show the export options dialog.

See Also

FBMovie::ExportToSWF