Barcode Xpress for .NET Framework v14.0 - Updated January 7, 2025
Accusoft.BarcodeXpressSdk Namespace / BarcodeXpress Class / BarcodeXpress Constructor / BarcodeXpress Constructor(String)
The directory that will hold the extracted SSM file




In This Topic
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 ssmDirectory As String _
)
 
'Usage
 
Dim ssmDirectory As String
 
Dim instance As New BarcodeXpress(ssmDirectory)

Parameters

ssmDirectory
The directory that will hold the extracted SSM file
See Also