BB FlashBack SDK: FBExportToWMVParams

ShowOptions

Description

Determines the action taken on passing the FBExportToWMVParams object to FBMovie::ExportToWMV.

Syntax

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

[VB.NET]
Public Property ShowOptions As Boolean

Remarks

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

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

See Also

FBMovie::ExportToWMV