BB FlashBack SDK: FBExportToGIFParams

ShowOptions

Description

Determines the action taken on passing the FBExportToGIFParams object to FBMovie::ExportToGIF.

Syntax

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

[VB.NET]
Public Property ShowOptions As Boolean

Remarks

If ShowOptions is set to True, and the FBExportToGIFParams object is passed to the FBMovie::ExportToGIF method, a dialog is displayed that enables the user to set export options.

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

See Also

FBMovie::ExportToGIF