BB FlashBack SDK: FBExportToGIFParams

OutputSizePercentY

Description

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

Syntax

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

[VB.NET]
Public Property OutputSizePercentY As Long

Remarks

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

See also

FBExportToGIFParams::OutputSizePercentX   FBExportToGIFParams::KeepAspectRatio