ClearImage .NET API
Decode Method (DLDecoder)





Inlite.Data Namespace > DLDecoder Class : Decode Method
PDF417 data value
Decode PDF417 data on Driver License or ID Card
Syntax
'Declaration
 
Public Function Decode( _
   ByVal Text As System.String _
) As System.String
'Usage
 
Dim instance As DLDecoder
Dim Text As System.String
Dim value As System.String
 
value = instance.Decode(Text)
public System.string Decode( 
   System.string Text
)
public function Decode( 
    Text: System.String
): System.String; 
public function Decode( 
   Text : System.String
) : System.String;
public:
System.String^ Decode( 
   System.String^ Text
) 

Parameters

Text
PDF417 data value

Return Value

XML string with DL/ID decoded data
See Also

Reference

DLDecoder Class
DLDecoder Members