메소드 | 설명 | |
---|---|---|
GetInstalledVersions ( ) : List |
Gets installed Ghostscript versions list.
|
|
GetInstalledVersions ( GhostscriptLicense licenseType ) : List |
Gets installed Ghostscript versions list.
|
|
GetLastInstalledVersion ( ) : |
Gets top installed Ghostscript version.
|
|
GetLastInstalledVersion ( GhostscriptLicense licenseType, GhostscriptLicense licensePriority ) : |
Gets top installed Ghostscript version.
|
|
GhostscriptVersionInfo ( System.Version version, string dllPath, string libPath, GhostscriptLicense licenseType ) : System |
Initializes a new instance of the Ghostscript.NET.GhostscriptVersionInfo class.
|
|
GhostscriptVersionInfo ( string customDllPath ) : System | ||
ToString ( ) : string |
Returns GhostscriptVersionInfo string.
|
public static GetInstalledVersions ( GhostscriptLicense licenseType ) : List |
||
licenseType | GhostscriptLicense | |
리턴 | List |
public static GetLastInstalledVersion ( ) : |
||
리턴 |
public static GetLastInstalledVersion ( GhostscriptLicense licenseType, GhostscriptLicense licensePriority ) : |
||
licenseType | GhostscriptLicense | Serch for the specific Ghostscript version based on the Ghostscript license. |
licensePriority | GhostscriptLicense | If there are both license types installed, which one should have the prilorty. |
리턴 |
public GhostscriptVersionInfo ( System.Version version, string dllPath, string libPath, GhostscriptLicense licenseType ) : System | ||
version | System.Version | Ghostscript version. |
dllPath | string | Ghostscript native library path. |
libPath | string | Ghostscript lib path. |
licenseType | GhostscriptLicense | Ghostscript license type. |
리턴 | System |
public GhostscriptVersionInfo ( string customDllPath ) : System | ||
customDllPath | string | |
리턴 | System |