'Declaration Public Overloads Shared Function CreateJPXFormat( _ ByVal libraryPath As String _ ) As IImGearFormat
'Usage Dim libraryPath As String Dim value As IImGearFormat value = ImGearJPEG2K.CreateJPXFormat(libraryPath)
public static IImGearFormat CreateJPXFormat( string libraryPath )
public: static IImGearFormat* CreateJPXFormat( string* libraryPath )
public: static IImGearFormat^ CreateJPXFormat( String^ libraryPath )
Parameters
- libraryPath
- Path to a folder to load JPEG2K native libraries from. If an empty string is passed, ImageGear attempts to load native libraries from current directory.
Return Value
An instance of JPX format.