BB FlashBack SDK: FBExportToSWFParams

OutputSizeY

Description

Returns and sets the height of the movie in pixels, when exported.

Syntax

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

[VB.NET]
Public Property OutputSizeY As Long

Remarks

If OutputSizeKeepAspectRatio is set to True, changing the height results in the width (the OutputSizeX property) being set accordingly.

See also

FBExportToSWFParams:OutputSizeKeepAspectRatio  FBExportToSWFParams::OutputSizeX  FBExportToSWFParams::ScaleToPercents