Overload List
Overload | Description |
BarcodeXpress Constructor() |
The default constructor for a BarcodeXpress SDK object.
This constructor will load the native component using the Memory Loader technique which does not write to disk.
|
BarcodeXpress Constructor(String) |
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.
|
BarcodeXpress Constructor(NativeLoader) |
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.
|
BarcodeXpress Constructor(String,NativeLoader) |
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.
|
See Also