ImageGear22.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDF Class > CreatePSFormat Method : CreatePSFormat(String) Method |
'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 )
libraryPath
is blank than the current directory is used. PS support requires both ImGearFileFormats.Filters.Add(ImGearPDF.CreatePDFFormat(path)) and ImGearFileFormats.Filters.Add(ImGearPDF.CreatePSFormat(path)) calls be made before the call to ImGearPDF.Initialize(path).