C# Class Ghostscript.NET.GhostscriptVersionInfo

Represents a Ghostscript version information.
Mostrar archivo Open project: jhabjan/Ghostscript.NET Class Usage Examples

Public Methods

Method Description
GetInstalledVersions ( ) : List

Gets installed Ghostscript versions list.

GetInstalledVersions ( GhostscriptLicense licenseType ) : List

Gets installed Ghostscript versions list.

GetLastInstalledVersion ( ) : GhostscriptVersionInfo

Gets top installed Ghostscript version.

GetLastInstalledVersion ( GhostscriptLicense licenseType, GhostscriptLicense licensePriority ) : GhostscriptVersionInfo

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.

Method Details

GetInstalledVersions() public static method

Gets installed Ghostscript versions list.
public static GetInstalledVersions ( ) : List
return List

GetInstalledVersions() public static method

Gets installed Ghostscript versions list.
public static GetInstalledVersions ( GhostscriptLicense licenseType ) : List
licenseType GhostscriptLicense
return List

GetLastInstalledVersion() public static method

Gets top installed Ghostscript version.
public static GetLastInstalledVersion ( ) : GhostscriptVersionInfo
return GhostscriptVersionInfo

GetLastInstalledVersion() public static method

Gets top installed Ghostscript version.
public static GetLastInstalledVersion ( GhostscriptLicense licenseType, GhostscriptLicense licensePriority ) : GhostscriptVersionInfo
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.
return GhostscriptVersionInfo

GhostscriptVersionInfo() public method

Initializes a new instance of the Ghostscript.NET.GhostscriptVersionInfo class.
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.
return System

GhostscriptVersionInfo() public method

public GhostscriptVersionInfo ( string customDllPath ) : System
customDllPath string
return System

ToString() public method

Returns GhostscriptVersionInfo string.
public ToString ( ) : string
return string