PdfInfo Class

NReco.PdfRenderer Class Library Documentation
PDF info extractor (wrapper for pdfinfo.exe poppler command line tool)
Inheritance Hierarchy

SystemObject
  NReco.PdfRendererPdfInfo

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

public class PdfInfo

The PdfInfo type exposes the following members.

Constructors

  NameDescription
Public methodPdfInfo
Create new instance of HtmlToPdfConverter
Top
Properties

  NameDescription
Public propertyCustomArgs
Gets or sets any additional command line arguments for 'pdfinfo'.
Public propertyExecutionTimeout
Get or set maximum execution time for running poppler process (null is by default = no timeout)
Public propertyToolExeName
Gets or sets poppler tool file name ('pdfinfo.exe' by default)
Public propertyToolPath
Gets or sets path where poppler tool binaries are located
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetPdfInfo(Stream)
Gets infromation about specified input stream with PDF content.
Public methodGetPdfInfo(String)
Gets infromation about specified PDF file.
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference