BB FlashBack SDK: FBExportToEXEParams

ToFrame

Description

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

A portion of the movie can be exported, instead of the entire movie, by setting the ToFrame and FromFrame 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 ToFrame

[VB.NET]
Public Property ToFrame As Integer
 

See Also

FBExportToEXEParams::FromFrame