Class DMTXNativeLibrary
- Namespace
- VisioForge.Core.LibDMTX
- Assembly
- VisioForge.Core.dll
Platform-specific library loader for libdmtx
public static class DMTXNativeLibraryInheritance
Inherited Members
Properties
Context
Gets or sets the SDK logging context used by the native library loader and decoder.
public static BaseContext Context { get; set; }Property Value
IsUnsupportedArchitecture
Gets the version string from the native library.
public static bool IsUnsupportedArchitecture { get; }Property Value
LoadedDllPath
Gets the path where the DLL was loaded from.
public static string LoadedDllPath { get; }Property Value
Methods
GetVersion()
Returns the version string reported by the native libdmtx library, or null on unsupported architectures.
public static string GetVersion()Returns
- string
-
The version string from the native library, or
nullif the architecture is unsupported.