ImageGear PDF v25.2 - Updated
CreateHPGLFormat(String) Method




ImageGear.Formats.Vector Assembly > ImageGear.Formats.HPGL Namespace > ImGearHPGL Class > CreateHPGLFormat Method : CreateHPGLFormat(String) Method
Path to a folder to load the native library from.
Creates an instance of HPGL format, using the specified library path.
Syntax
'Declaration
 
<PermissionSetAttribute("FullTrust")>
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("FullTrust")]
public static IImGearFormat CreateHPGLFormat( 
   string libraryPath
)
[PermissionSet("FullTrust")]
public: static IImGearFormat* CreateHPGLFormat( 
   string* libraryPath
) 
[PermissionSet("FullTrust")]
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.
See Also

Reference

ImGearHPGL Class
ImGearHPGL Members
Overload List
IImGearFormat Interface

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