ImageGear .NET v25.2 - Updated
CreateDWFFormat(String) Method




ImageGear.Formats.Vector Assembly > ImageGear.Formats.DWF Namespace > ImGearDWF Class > CreateDWFFormat Method : CreateDWFFormat(String) Method
Path to a folder to load the native library from.
Creates an instance of DWF format, using the specified library path.
Syntax
'Declaration
 
<PermissionSetAttribute("FullTrust")>
Public Overloads Shared Function CreateDWFFormat( _
   ByVal libraryPath As String _
) As IImGearFormat
'Usage
 
Dim libraryPath As String
Dim value As IImGearFormat
 
value = ImGearDWF.CreateDWFFormat(libraryPath)
[PermissionSet("FullTrust")]
public static IImGearFormat CreateDWFFormat( 
   string libraryPath
)
[PermissionSet("FullTrust")]
public: static IImGearFormat* CreateDWFFormat( 
   string* libraryPath
) 
[PermissionSet("FullTrust")]
public:
static IImGearFormat^ CreateDWFFormat( 
   String^ libraryPath
) 

Parameters

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

Return Value

An instance of DWF format.
See Also

Reference

ImGearDWF Class
ImGearDWF Members
Overload List
IImGearFormat Interface

Is this page helpful?
Yes No
Thanks for your feedback.