'Declaration <PermissionSetAttribute(File="", UnicodeEncoded=False, Name="FullTrust", XML="", Hex="", Action=SecurityAction.Demand Or _ SecurityAction.Assert, Unrestricted=False)> Public Overloads Shared Function CreateHPGLFormat( _ ByVal libraryPath As String _ ) As IImGearFormat
'Usage Dim libraryPath As String Dim value As IImGearFormat value = ImGearHPGL.CreateHPGLFormat(libraryPath)
[PermissionSet(File="", UnicodeEncoded=false, Name="FullTrust", XML="", Hex="", Action=SecurityAction.Demand | SecurityAction.Assert, Unrestricted=false)] public static IImGearFormat CreateHPGLFormat( string libraryPath )
[PermissionSet(File="", UnicodeEncoded=false, Name="FullTrust", XML="", Hex="", Action=SecurityAction.Demand | SecurityAction.Assert, Unrestricted=false)] public: static IImGearFormat* CreateHPGLFormat( string* libraryPath )
[PermissionSet(File="", UnicodeEncoded=false, Name="FullTrust", XML="", Hex="", Action=SecurityAction.Demand | SecurityAction.Assert, Unrestricted=false)] public: static IImGearFormat^ CreateHPGLFormat( String^ libraryPath )
Parameters
- libraryPath
- Path to a folder to load the native library from.
Return Value
An instance of HPGL format.