BB FlashBack SDK: FBExportToGIFParams

OutputSizePercentX

Description

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

Syntax

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

[VB.NET]
Public Property OutputSizePercentX As Long

Remarks

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

See also

FBExportToGIFParams::OutputSizePercentY   FBExportToGIFParams::KeepAspectRatio