BB FlashBack SDK: FBExportToEXEParams

WindowSize

Description

Sets the default size of the exe export player. It can be set to a fixed size, the size of the movie, or maximised.

Syntax

[C#/C++]
public: long WindowSize

[VB.NET]
Public Property WindowSize As Long
 

Remarks

This property determines the default size of the exe export movie player, as follows:

Value

Player Size

0

Fixed size, determined by the Height and Width properties.

1

Automatically sizes to the movie dimensions.

2

Maximised

Note: setting the Fullscreen property to True overrides player sizes set with WindowSize, Height and Width, and causes the export to open in fullscreen mode, with menus hidden.

See Also

FBExportToEXEParams::Height  FBExportToEXEParams::Width  FBExportToEXEParams::Fullscreen