C# Class Ghostscript.NET.GhostscriptPdfInfo

Class that helps us to get various information about the PDF file.
Mostrar archivo Open project: jhabjan/Ghostscript.NET

Public Methods

Method Description
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.

Method Details

GetInkCoverage() public static method

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.
return GhostscriptPageInkCoverage>.Dictionary

GetInkCoverage() public static method

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.
return GhostscriptPageInkCoverage>.Dictionary

GetInkCoverage() public static method

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.
return GhostscriptPageInkCoverage>.Dictionary

GetInkCoverage() public static method

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.
return GhostscriptPageInkCoverage>.Dictionary

GetInkCoverage() public static method

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.
return GhostscriptPageInkCoverage>.Dictionary

GetInkCoverage() public static method

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.
return GhostscriptPageInkCoverage>.Dictionary

GetInkCoverage() public static method

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.
return GhostscriptPageInkCoverage>.Dictionary

GetInkCoverage() public static method

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.
return GhostscriptPageInkCoverage>.Dictionary