PdfToImageConverter Methods

NReco.PdfRenderer Class Library Documentation

The PdfToImageConverter type exposes the following members.

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGenerateImage(Stream, Int32)
Generate image by specifed PDF file.
Public methodGenerateImage(String, Int32)
Generate image by specifed PDF file.
Public methodGenerateImage(Stream, Int32, ImageFormat, Stream)
Generate image by specifed PDF Stream and write output to the specified output stream.
Public methodGenerateImage(Stream, Int32, ImageFormat, String)
Generate image by specifed PDF file and write output in PNG format to the specified output stream.
Public methodGenerateImage(String, Int32, ImageFormat, Stream)
Generate image by specifed PDF file and write output to the specified output stream.
Public methodGenerateImage(String, Int32, ImageFormat, String)
Generate image by specifed PDF file and write output in PNG format to the specified output stream.
Public methodGenerateImages(Stream, ImageFormat, String)
Generate images for all pages of the PDF content stream and write output to the specified folder.
Public methodGenerateImages(String, ImageFormat, String)
Generate images for all pages of the specifed PDF file and write output to the specified folder.
Public methodGenerateImages(Stream, Int32, Int32, ImageFormat, String)
Generate images by specifed PDF content stream pages range and write output to the specified folder.
Public methodGenerateImages(String, Int32, Int32, ImageFormat, String)
Generate images by specifed PDF file pages range and write output to the specified folder.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference