C# 클래스 Ghostscript.NET.GhostscriptPdfInfo

Class that helps us to get various information about the PDF file.
파일 보기 프로젝트 열기: jhabjan/Ghostscript.NET

공개 메소드들

메소드 설명
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