Barcode Xpress for .NET Framework v14.0 - Updated January 7, 2025
Accusoft.BarcodeXpressSdk Namespace / BarcodeXpress Class / BarcodeXpress Constructor / BarcodeXpress Constructor(String,NativeLoader)
The directory that will be used for loading the native component. No effect when MemoryLoader is selected.
Which method should be used to load the native component.




In This Topic
BarcodeXpress Constructor(String,NativeLoader)
In This Topic
An alternate constructor which allows the user to specify both the technique used to load the native component as well as the folder where the native component will either be written to searched for.
Syntax
'Declaration
 
Public Function New( _
   ByVal libraryPath As String, _
   ByVal loadingMethod As NativeLoader _
)
 
'Usage
 
Dim libraryPath As String
Dim loadingMethod As NativeLoader
 
Dim instance As New BarcodeXpress(libraryPath, loadingMethod)

Parameters

libraryPath
The directory that will be used for loading the native component. No effect when MemoryLoader is selected.
loadingMethod
Which method should be used to load the native component.
See Also