Namespace: Spire.Barcode
Assembly: Spire.Barcode (in Spire.Barcode.dll) Version: 5.6.0.0 (5.6.0.9020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public string ScanOne(
	Bitmap bitmap
)
Public Function ScanOne ( 
	bitmap As Bitmap
) As String
public:
String^ ScanOne(
	Bitmap^ bitmap
)
member ScanOne : 
        bitmap : Bitmap -> string 

Parameters

bitmap
Bitmap

Return Value

String

See Also