'Declaration Public Overloads Shared Function CreatePSFormat( _ ByVal libraryPath As String _ ) As IImGearFormat
'Usage Dim libraryPath As String Dim value As IImGearFormat value = ImGearPDF.CreatePSFormat(libraryPath)
public static IImGearFormat CreatePSFormat( string libraryPath )
public: static IImGearFormat* CreatePSFormat( string* libraryPath )
public: static IImGearFormat^ CreatePSFormat( String^ libraryPath )
Parameters
- libraryPath
- Path to load PS native libraries from.
Return Value
New instance of PS format.