ImageGear .NET
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.
Creates an instance of JPX format.
Syntax
public static IImGearFormat CreateJPXFormat( 
   string libraryPath
)
public: static IImGearFormat* CreateJPXFormat( 
   string* libraryPath
) 
public:
static IImGearFormat^ CreateJPXFormat( 
   String^ libraryPath
) 
'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)

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

Reference

ImGearJPEG2K Class
ImGearJPEG2K Members
Overload List
ImGearJPEG2K Class
IImGearFormat Interface

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback