Метод | Описание | |
---|---|---|
GetDevice ( FileTypes id, bool grayscale ) : Ghostscript.Devices |
引数に指定されたファイル形式とグレースケールかどうかを表す値から 対応する Ghostscript.Devices 列挙型の値を取得します。
|
|
GetExtension ( FileTypes id ) : string |
ファイル形式に対応する拡張子を取得します。
|
|
IsDocumentType ( FileTypes id ) : bool |
ファイルの種類が「ドキュメント」であるかどうかを判別します。
|
|
IsImageType ( FileTypes id ) : bool |
ファイルの種類がビットマップイメージかどうかを判別します。
|
|
ToValue ( PdfVersions id ) : double |
PdfVersions 列挙型の各値に対応する実際の数値を取得します。
|
|
ToValue ( Resolutions id ) : int |
Resolutions 列挙型の各値に対応する実際の数値を取得します。
|
|
ToValue ( FileTypes id ) : string |
それぞれのファイル形式に対応する文字列を取得します。
|
public static GetDevice ( FileTypes id, bool grayscale ) : Ghostscript.Devices | ||
id | FileTypes | |
grayscale | bool | |
Результат | Ghostscript.Devices |
public static GetExtension ( FileTypes id ) : string | ||
id | FileTypes | |
Результат | string |
public static IsDocumentType ( FileTypes id ) : bool | ||
id | FileTypes | |
Результат | bool |
public static IsImageType ( FileTypes id ) : bool | ||
id | FileTypes | |
Результат | bool |
public static ToValue ( PdfVersions id ) : double | ||
id | PdfVersions | |
Результат | double |
public static ToValue ( Resolutions id ) : int | ||
id | Resolutions | |
Результат | int |
public static ToValue ( FileTypes id ) : string | ||
id | FileTypes | |
Результат | string |