BB FlashBack SDK: FBExportToMP4Params

OutputSizePercentXFloat

Description

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

Note: if FreeScaling is set to False, limits are imposed on the export dimensions by the DeviceType property.

Syntax

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

[VB.NET]
Public Property OutputSizePercentXFloat As Single

Remarks

If ScaleToPercents is set True, OutputSizePercentXFloat and OutputSizePercentYFloat are used to scale the export. if ScaleToPercents is set to False, OutputSizeX and OutputSizeY are used to scale the export to an exact pixel size.

See also

FBExportToMP4Params:OutputSizeX  FBExportToMP4Params:OutputSizeY  FBExportToMP4Params::OutputSizePercentYFloat  FBExportToMP4Params:ScaleToPercents