BarcodeXpress Constructor(String)
In This Topic
This alternative constructor can be used to instruct BarcodeXpress to write it's native
component out to the provided folder and load it from there.
Syntax
'Declaration
Public Function New( _
ByVal As String _
)
'Usage
Dim ssmDirectory As String
Dim instance As New BarcodeXpress(ssmDirectory)
public BarcodeXpress(
string
)
public: BarcodeXpress(
string*
)
public:
BarcodeXpress(
String^
)
Parameters
- ssmDirectory
- The directory that will hold the extracted SSM file
See Also