'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.