Barcode Xpress for .NET Framework v13.9 - Updated
BarcodeXpress Constructor(String,NativeLoader)




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.
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)
public BarcodeXpress( 
   string libraryPath,
   NativeLoader loadingMethod
)
public: BarcodeXpress( 
   string* libraryPath,
   NativeLoader loadingMethod
)
public:
BarcodeXpress( 
   String^ libraryPath,
   NativeLoader 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

Reference

BarcodeXpress Class
BarcodeXpress Members
Overload List

Is this page helpful?
Yes No
Thanks for your feedback.