Viscomsoft .Net Video Capture SDK

SerialNumber

 

For full version to activation your license.

VideoCapture.SerialNumber[=string]

Parameter
the string of serial number.

Namespace: Viscomsoft.VideoCapture

Remark
This property is Read/Write.

Example

   

[c# Syntax] 
public VideoCapture _capture =  new VideoCapture();
 private void Form1_Load(object sender, EventArgs e)
{
  _capture.SerialNumber="YourSerialNumber";
  _capture.Initialize();
 }