| Barcode128ReadPattern Method |
Code128
Namespace:
Limilabs.Barcode
Assembly:
Barcode (in Barcode.dll) Version: 2.0.0.20
Syntax public static byte[][] ReadPattern(
string name
)
Public Shared Function ReadPattern (
name As String
) As Byte()()
public:
static array<array<unsigned char>^>^ ReadPattern(
String^ name
)
static member ReadPattern :
name : string -> byte[][]
Parameters
- name
- Type: SystemString
"Barcode.Full128.txt"
Return Value
Type:
Byte[Missing <returns> documentation for "M:Limilabs.Barcode.Barcode128.ReadPattern(System.String)"]
See Also