Viscomsoft .Net Video Capture SDK

Version

 

Return the version number.

VideoCapture.Version[=string]

Parameter
Return the version number.

Namespace: Viscomsoft.VideoCapture

Remark
This property is Read.

Example

   

[c# Syntax] 
  public VideoCapture _capture =  new VideoCapture();

  _capture.Initialize();
  string str=_capture.Version;