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






Type

Syntax

Visual Basic (Declaration) 
Public Function GetInfo( _
   ByVal Type As String _
) As String
Visual Basic (Usage)Copy Code
Dim instance As CiBarcode
Dim Type As String
Dim value As String
 
value = instance.GetInfo(Type)
C# 
public string GetInfo( 
   string Type
)
Delphi 
public function GetInfo( 
    Type: String
): String; 
JScript 
public function GetInfo( 
   Type : String
) : String;
Managed Extensions for C++ 
public: string* GetInfo( 
   string* Type
) 
C++/CLI 
public:
String^ GetInfo( 
   String^ Type
) 

Parameters

Type

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.