ImageGear for .NET
CreatePSFormat(String) Method
See Also  Send Feedback
ImageGear21.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDF Class > CreatePSFormat Method : CreatePSFormat(String) Method




libraryPath
Path to load PS native libraries from.

Glossary Item Box

Creates an instance of PS format.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

libraryPath
Path to load PS native libraries from.

Return Value

New instance of PS format.

Remarks

If 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).

See Also

©2013. Accusoft Corporation. All Rights Reserved.