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




Accusoft.BarcodeXpressSdk Namespace > BarcodeXpress Class > BarcodeXpress Constructor : BarcodeXpress Constructor(NativeLoader)
Specifies which strategy to use to load the native component. Cannot be SSMLoader in this case.
An alternate constructor that allows the user to specify which method should be used to load the native component. The SSMLoader method cannot be used with this constructor since it must be provided with a location to write the decompressed components to. If this constructor is used to request usage of LoadLibrary the SDK will search for the native component in the current application directory and standard operating system locations.
Syntax
'Declaration
 
Public Function New( _
   ByVal loadingMethod As NativeLoader _
)
'Usage
 
Dim loadingMethod As NativeLoader
 
Dim instance As New BarcodeXpress(loadingMethod)
public BarcodeXpress( 
   NativeLoader loadingMethod
)
public: BarcodeXpress( 
   NativeLoader loadingMethod
)
public:
BarcodeXpress( 
   NativeLoader loadingMethod
)

Parameters

loadingMethod
Specifies which strategy to use to load the native component. Cannot be SSMLoader in this case.
See Also

Reference

BarcodeXpress Class
BarcodeXpress Members
Overload List

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