ImageGear .NET v25.2 - Updated
ImageGear.Formats.Jpeg2k Assembly / ImageGear.Formats.JPEG2K Namespace / ImGearJPEG2K Class / CreateJPXFormat Method / CreateJPXFormat(String) Method
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.




In This Topic
    CreateJPXFormat(String) Method
    In This Topic
    Creates an instance of JPX format.
    Syntax
    '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.
    See Also