ClearImage 7 Help
PutInfo Method
See Also  Send Feedback
Inlite.ClearImage Namespace > CiBarcode Class : PutInfo Method






Type
pVal

Syntax

Visual Basic (Declaration) 
Public Sub PutInfo( _
   ByVal Type As String, _
   ByVal pVal As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As CiBarcode
Dim Type As String
Dim pVal As String
 
instance.PutInfo(Type, pVal)
C# 
public void PutInfo( 
   string Type,
   string pVal
)
Delphi 
public procedure PutInfo( 
    Type: String;
    pVal: String
); 
JScript 
public function PutInfo( 
   Type : String,
   pVal : String
);
Managed Extensions for C++ 
public: void PutInfo( 
   string* Type,
   string* pVal
) 
C++/CLI 
public:
void PutInfo( 
   String^ Type,
   String^ pVal
) 

Parameters

Type
pVal

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2007-2011. Inlite Research, Inc. All Rights Reserved.