Specifies the second in which the preview image should be taken. If set to 0, the preview is taken from the middle of the clip.

Namespace: MonoSoftware.MonoX.Video
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public int PreviewImageSecond { get; set; }
Visual Basic
Public Property PreviewImageSecond As Integer
	Get
	Set
Visual C++
public:
property int PreviewImageSecond {
	int get ();
	void set (int value);
}
F#
member PreviewImageSecond : int with get, set

Property Value

Type: Int32

See Also