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