PdfInfoGetPdfInfo Method (Stream)

NReco.PdfRenderer Class Library Documentation
Gets infromation about specified input stream with PDF content.

Namespace:  NReco.PdfRenderer
Assembly:  NReco.PdfRenderer (in NReco.PdfRenderer.dll) Version: 1.5.1
Syntax

public PdfInfoPdfInformation GetPdfInfo(
	Stream inputPdfStream
)

Parameters

inputPdfStream
Type: System.IOStream
input stream with PDF content

Return Value

Type: PdfInfoPdfInformation
See Also

Reference