ClearImage .NET API
CreateQR Method (CiServer)





Inlite.ClearImage Namespace > CiServer Class : CreateQR Method
Create new CiQR object
Syntax
'Declaration
 
Public Function CreateQR() As CiQR
'Usage
 
Dim instance As CiServer
Dim value As CiQR
 
value = instance.CreateQR()
public CiQR CreateQR()
public function CreateQR(): CiQR; 
public function CreateQR() : CiQR;
public:
CiQR^ CreateQR(); 
See Also

Reference

CiServer Class
CiServer Members