ClearImage 8 Help
Decode Method
See Also  Send Feedback
Inlite.ClearImageNet Namespace > Barcode Class : Decode Method






type
Get decoded value of barcode

Syntax

Visual Basic (Declaration) 
Public Function Decode( _
   ByVal type As BarcodeDecoding _
) As String
Visual Basic (Usage)Copy Code
Dim instance As Barcode
Dim type As BarcodeDecoding
Dim value As String
 
value = instance.Decode(type)
C# 
public string Decode( 
   BarcodeDecoding type
)
Delphi 
public function Decode( 
    type: BarcodeDecoding
): String; 
JScript 
public function Decode( 
   type : BarcodeDecoding
) : String;
Managed Extensions for C++ 
public: string* Decode( 
   BarcodeDecoding type
) 
C++/CLI 
public:
String^ Decode( 
   BarcodeDecoding 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-2013. Inlite Research, Inc. All Rights Reserved.