Méthode | Description | |
---|---|---|
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 ( ) : List |
||
Résultat | List |
public static GetInstalledVersions ( GhostscriptLicense licenseType ) : List |
||
licenseType | GhostscriptLicense | |
Résultat | List |
public static GetLastInstalledVersion ( ) : |
||
Résultat |
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. |
Résultat |
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. |
Résultat | System |
public GhostscriptVersionInfo ( string customDllPath ) : System | ||
customDllPath | string | |
Résultat | System |