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

Class that helps us to get various information about the PDF file.
Показать файл Открыть проект

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

Метод Описание
GetInkCoverage ( Stream stream ) : GhostscriptPageInkCoverage>.Dictionary

Returns Ink coverage for all pages. The result is ink coverage for the CMYK inks, separately for each single page (for RGB colors, it does a silent conversion to CMYK color space internally). This function is supported only in Ghostscript v9.05 or newer.

GetInkCoverage ( Stream stream, GhostscriptVersionInfo versionInfo ) : GhostscriptPageInkCoverage>.Dictionary

Returns Ink coverage for all pages. The result is ink coverage for the CMYK inks, separately for each single page (for RGB colors, it does a silent conversion to CMYK color space internally). This function is supported only in Ghostscript v9.05 or newer.

GetInkCoverage ( Stream stream, int firstPage, int lastPage ) : GhostscriptPageInkCoverage>.Dictionary

Returns Ink coverage for specified page range. The result is ink coverage for the CMYK inks, separately for each single page (for RGB colors, it does a silent conversion to CMYK color space internally). This function is supported only in Ghostscript v9.05 or newer.

GetInkCoverage ( Stream stream, int firstPage, int lastPage, GhostscriptVersionInfo versionInfo ) : GhostscriptPageInkCoverage>.Dictionary

Returns Ink coverage for specified page range. The result is ink coverage for the CMYK inks, separately for each single page (for RGB colors, it does a silent conversion to CMYK color space internally). This function is supported only in Ghostscript v9.05 or newer.

GetInkCoverage ( string path ) : GhostscriptPageInkCoverage>.Dictionary

Returns Ink coverage for all pages. The result is ink coverage for the CMYK inks, separately for each single page (for RGB colors, it does a silent conversion to CMYK color space internally). This function is supported only in Ghostscript v9.05 or newer.

GetInkCoverage ( string path, GhostscriptVersionInfo versionInfo ) : GhostscriptPageInkCoverage>.Dictionary

Returns Ink coverage for all pages. The result is ink coverage for the CMYK inks, separately for each single page (for RGB colors, it does a silent conversion to CMYK color space internally). This function is supported only in Ghostscript v9.05 or newer.

GetInkCoverage ( string path, int firstPage, int lastPage ) : GhostscriptPageInkCoverage>.Dictionary

Returns Ink coverage for specified page range. The result is ink coverage for the CMYK inks, separately for each single page (for RGB colors, it does a silent conversion to CMYK color space internally). This function is supported only in Ghostscript v9.05 or newer.

GetInkCoverage ( string path, int firstPage, int lastPage, GhostscriptVersionInfo versionInfo ) : GhostscriptPageInkCoverage>.Dictionary

Returns Ink coverage for specified page range. The result is ink coverage for the CMYK inks, separately for each single page (for RGB colors, it does a silent conversion to CMYK color space internally). This function is supported only in Ghostscript v9.05 or newer.

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

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

Returns Ink coverage for all pages. The result is ink coverage for the CMYK inks, separately for each single page (for RGB colors, it does a silent conversion to CMYK color space internally). This function is supported only in Ghostscript v9.05 or newer.
public static GetInkCoverage ( Stream stream ) : GhostscriptPageInkCoverage>.Dictionary
stream Stream Stream representing PDF document.
Результат GhostscriptPageInkCoverage>.Dictionary

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

Returns Ink coverage for all pages. The result is ink coverage for the CMYK inks, separately for each single page (for RGB colors, it does a silent conversion to CMYK color space internally). This function is supported only in Ghostscript v9.05 or newer.
public static GetInkCoverage ( Stream stream, GhostscriptVersionInfo versionInfo ) : GhostscriptPageInkCoverage>.Dictionary
stream Stream Stream representing PDF document.
versionInfo GhostscriptVersionInfo GhostscriptVersionInfo instance that tells which Ghostscript library to use.
Результат GhostscriptPageInkCoverage>.Dictionary

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

Returns Ink coverage for specified page range. The result is ink coverage for the CMYK inks, separately for each single page (for RGB colors, it does a silent conversion to CMYK color space internally). This function is supported only in Ghostscript v9.05 or newer.
public static GetInkCoverage ( Stream stream, int firstPage, int lastPage ) : GhostscriptPageInkCoverage>.Dictionary
stream Stream Stream representing PDF document.
firstPage int Designated start page of the document. Pages of all documents in PDF collections are numbered sequentionally.
lastPage int Designated end page of the document. Pages of all documents in PDF collections are numbered sequentionally.
Результат GhostscriptPageInkCoverage>.Dictionary

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

Returns Ink coverage for specified page range. The result is ink coverage for the CMYK inks, separately for each single page (for RGB colors, it does a silent conversion to CMYK color space internally). This function is supported only in Ghostscript v9.05 or newer.
public static GetInkCoverage ( Stream stream, int firstPage, int lastPage, GhostscriptVersionInfo versionInfo ) : GhostscriptPageInkCoverage>.Dictionary
stream Stream Stream representing PDF document.
firstPage int Designated start page of the document. Pages of all documents in PDF collections are numbered sequentionally.
lastPage int Designated end page of the document. Pages of all documents in PDF collections are numbered sequentionally.
versionInfo GhostscriptVersionInfo GhostscriptVersionInfo instance that tells which Ghostscript library to use.
Результат GhostscriptPageInkCoverage>.Dictionary

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

Returns Ink coverage for all pages. The result is ink coverage for the CMYK inks, separately for each single page (for RGB colors, it does a silent conversion to CMYK color space internally). This function is supported only in Ghostscript v9.05 or newer.
public static GetInkCoverage ( string path ) : GhostscriptPageInkCoverage>.Dictionary
path string PDF file path.
Результат GhostscriptPageInkCoverage>.Dictionary

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

Returns Ink coverage for all pages. The result is ink coverage for the CMYK inks, separately for each single page (for RGB colors, it does a silent conversion to CMYK color space internally). This function is supported only in Ghostscript v9.05 or newer.
public static GetInkCoverage ( string path, GhostscriptVersionInfo versionInfo ) : GhostscriptPageInkCoverage>.Dictionary
path string
versionInfo GhostscriptVersionInfo GhostscriptVersionInfo instance that tells which Ghostscript library to use.
Результат GhostscriptPageInkCoverage>.Dictionary

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

Returns Ink coverage for specified page range. The result is ink coverage for the CMYK inks, separately for each single page (for RGB colors, it does a silent conversion to CMYK color space internally). This function is supported only in Ghostscript v9.05 or newer.
public static GetInkCoverage ( string path, int firstPage, int lastPage ) : GhostscriptPageInkCoverage>.Dictionary
path string PDF file path.
firstPage int Designated start page of the document. Pages of all documents in PDF collections are numbered sequentionally.
lastPage int Designated end page of the document. Pages of all documents in PDF collections are numbered sequentionally.
Результат GhostscriptPageInkCoverage>.Dictionary

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

Returns Ink coverage for specified page range. The result is ink coverage for the CMYK inks, separately for each single page (for RGB colors, it does a silent conversion to CMYK color space internally). This function is supported only in Ghostscript v9.05 or newer.
public static GetInkCoverage ( string path, int firstPage, int lastPage, GhostscriptVersionInfo versionInfo ) : GhostscriptPageInkCoverage>.Dictionary
path string PDF file path.
firstPage int Designated start page of the document. Pages of all documents in PDF collections are numbered sequentionally.
lastPage int Designated end page of the document. Pages of all documents in PDF collections are numbered sequentionally.
versionInfo GhostscriptVersionInfo GhostscriptVersionInfo instance that tells which Ghostscript library to use.
Результат GhostscriptPageInkCoverage>.Dictionary