'Declaration
Public Overloads Function Read( _ ByVal editor As ImageEditor _ ) As Barcode()
'Usage
Dim instance As BarcodeReader Dim editor As ImageEditor Dim value() As Barcode value = instance.Read(editor)
public Barcode[] Read( ImageEditor editor )
public function Read( editor: ImageEditor ): array of Barcode;
public function Read( editor : ImageEditor ) : Barcode[];
public: array<Barcode^>^ Read( ImageEditor^ editor )
Parameters
- editor
- An ImageEditor object with an image to read
Return Value
An array of Barcode objects.