Returns the stream (multimedia file) position in a format specified by TimeFormat property.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public long Position { get; set; }
Public Property Position As Long
	Get
	Set
public:
property long long Position {
	long long get ();
	void set (long long value);
}

See Also