ImageGear .NET - Updated
CreateCGMFormat(String) Method




ImageGear24.Formats.Vector Assembly > ImageGear.Formats.CGM Namespace > ImGearCGM Class > CreateCGMFormat Method : CreateCGMFormat(String) Method
Path to a folder to load the native library from.
Creates an instance of CGM format, using the specified library path.
Syntax
'Declaration
 
<PermissionSetAttribute(File="", 
   UnicodeEncoded=False, 
   Name="FullTrust", 
   XML="", 
   Hex="", 
   Action=SecurityAction.Demand Or  _
    SecurityAction.Assert, 
   Unrestricted=False)>
Public Overloads Shared Function CreateCGMFormat( _
   ByVal libraryPath As String _
) As IImGearFormat
'Usage
 
Dim libraryPath As String
Dim value As IImGearFormat
 
value = ImGearCGM.CreateCGMFormat(libraryPath)
[PermissionSet(File="", 
   UnicodeEncoded=false, 
   Name="FullTrust", 
   XML="", 
   Hex="", 
   Action=SecurityAction.Demand | 
    SecurityAction.Assert, 
   Unrestricted=false)]
public static IImGearFormat CreateCGMFormat( 
   string libraryPath
)
[PermissionSet(File="", 
   UnicodeEncoded=false, 
   Name="FullTrust", 
   XML="", 
   Hex="", 
   Action=SecurityAction.Demand | 
    SecurityAction.Assert, 
   Unrestricted=false)]
public: static IImGearFormat* CreateCGMFormat( 
   string* libraryPath
) 
[PermissionSet(File="", 
   UnicodeEncoded=false, 
   Name="FullTrust", 
   XML="", 
   Hex="", 
   Action=SecurityAction.Demand | 
    SecurityAction.Assert, 
   Unrestricted=false)]
public:
static IImGearFormat^ CreateCGMFormat( 
   String^ libraryPath
) 

Parameters

libraryPath
Path to a folder to load the native library from.

Return Value

An instance of CGM format.
See Also

Reference

ImGearCGM Class
ImGearCGM Members
Overload List
IImGearFormat Interface