C# Класс Ghostscript.NET.GhostscriptVersionInfo

Represents a Ghostscript version information.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

GetInstalledVersions() публичный статический Метод

Gets installed Ghostscript versions list.
public static GetInstalledVersions ( ) : List
Результат List

GetInstalledVersions() публичный статический Метод

Gets installed Ghostscript versions list.
public static GetInstalledVersions ( GhostscriptLicense licenseType ) : List
licenseType GhostscriptLicense
Результат List

GetLastInstalledVersion() публичный статический Метод

Gets top installed Ghostscript version.
public static GetLastInstalledVersion ( ) : GhostscriptVersionInfo
Результат GhostscriptVersionInfo

GetLastInstalledVersion() публичный статический Метод

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.
Результат GhostscriptVersionInfo

GhostscriptVersionInfo() публичный Метод

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.
Результат System

GhostscriptVersionInfo() публичный Метод

public GhostscriptVersionInfo ( string customDllPath ) : System
customDllPath string
Результат System

ToString() публичный Метод

Returns GhostscriptVersionInfo string.
public ToString ( ) : string
Результат string