ImageGear .NET v25.2 - Updated
ImageGear.Formats.Jpeg2k Assembly / ImageGear.Formats.JPEG2K Namespace / ImGearJPEG2K Class / CreateJP2Format Method / CreateJP2Format(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
    CreateJP2Format(String) Method
    In This Topic
    Creates an instance of JP2 format.
    Syntax
    'Declaration
     
    Public Overloads Shared Function CreateJP2Format( _
       ByVal libraryPath As String _
    ) As IImGearFormat
    'Usage
     
    Dim libraryPath As String
    Dim value As IImGearFormat
     
    value = ImGearJPEG2K.CreateJP2Format(libraryPath)
    public static IImGearFormat CreateJP2Format( 
       string libraryPath
    )
    public: static IImGearFormat* CreateJP2Format( 
       string* libraryPath
    ) 
    public:
    static IImGearFormat^ CreateJP2Format( 
       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 JP2 format.
    See Also