BB FlashBack SDK: FBExportToEXEParams

FromFrame

Description

The frame of the movie at which to start the export.

A portion of the movie can be exported, instead of the entire movie, by setting the FromFrame and ToFrame properties.

By default, FromFrame and ToFrame are set to -1, indicating that all the frames in the movie should be exported.

Syntax

[C#/C++]
public: long FromFrame

[VB.NET]
Public Property FromFrame As Integer
 

See Also

FBExportToEXEParams::ToFrame