'Usage
Dim instance As BarcodeReader Dim fileName As System.String Dim value() As Barcode value = instance.Read(fileName)
public function Read( fileName: System.String ): array of Barcode;
public: array<Barcode^>^ Read( System.String^ fileName )
Parameters
- fileName
- If fileName starts with "base64://' the rest of fileName value is treated as base64-encoded image file content
Return Value
An array of Barcode objects.