BB FlashBack SDK: FBExportToSWFParams

OutputSizeKeepAspectRatio

Description

Returns and sets the value that determines whether the aspect ratio of the movie is maintained when its width or height are altered via the OutputSizePercentXFloat, OutputSizePercentYFloat, OutputSizeX or OutputSizeY properties.

Syntax

[C#/C++]
public Bool OutputSizeKeepAspectRatio;

[VB.NET]
Public Property OutputSizeKeepAspectRatio As Boolean

Remarks

If this property is set to True, altering OutputSizePercentX or OutputSizePercentY automatically changes the other percentage to the same value, to maintain the aspect ratio of the movie.

See also

FBExportToSWFParams::ScaleToPercents  FBExportToSWFParams::OutputSizePercentXFloat  FBExportToSWFParams::OutputSizePercentYFloat  FBExportToSWFParams::OutputSizeY  FBExportToSWFParams::OutputSizeX

Deprecated: FBExportToSWFParams:OutputSizePercentX  FBExportToSWFParams::OutputSizePercentY