ImageGear .NET - Updated November 28, 2017
CreateJP2Format(String) Method




ImageGear23.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.
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)

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

Reference

ImGearJPEG2K Class
ImGearJPEG2K Members
Overload List
ImGearJPEG2K Class
IImGearFormat Interface