BB FlashBack SDK: FBExportToSWFParams

OutputSizePercentYFloat

Description

Returns and sets the percentage scaling applied to the height of the movie, when exported.

Syntax

[C#/C++]
public float OutputSizePercentYFloat;

[VB.NET]
Public Property OutputSizePercentYFloat As Single

Remarks

If OutputSizeKeepAspectRatio is set to True, changing the percent scaling for the width results in the percent scaling for the height (the OutputSizePercentXFloat property) being set to the same value.

See also

FBExportToSWFParams:OutputSizeKeepAspectRatio  FBExportToSWFParams::OutputSizePercentXFloat  FBExportToSWFParams::ScaleToPercents