EVO PDF Logo

PdfToImageConverter Methods

EVO PDF Client for .NET Core

The PdfToImageConverter type exposes the following members.

Methods

  NameDescription
Public methodConvertPdfPagesToImage(Byte)
Converts all the pages in a PDF document to image objects
Public methodConvertPdfPagesToImage(Stream)
Converts all the pages of PDF document in a stream to image objects
Public methodConvertPdfPagesToImage(String)
Converts all the pages of a PDF file to image objects
Public methodConvertPdfPagesToImage(Byte, Int32)
Converts the pages of a PDF document to image objects starting from a given PDF page number to the end of the PDF document
Public methodConvertPdfPagesToImage(Stream, Int32)
Converts the pages of a PDF document in a stream to image objects starting from a given PDF page number to the end of the PDF document
Public methodConvertPdfPagesToImage(String, Int32)
Converts the pages of a PDF file to image objects starting from a given PDF page number to the end of the PDF document
Public methodConvertPdfPagesToImage(Byte, Int32, Int32)
Converts a range of pages of a PDF document to image objects
Public methodConvertPdfPagesToImage(Stream, Int32, Int32)
Converts a range of pages of a PDF document in a stream to image objects
Public methodConvertPdfPagesToImage(String, Int32, Int32)
Converts a range of pages of a PDF file to image objects
Public methodConvertPdfPagesToImageFile(Byte, String, String)
Converts all the pages in a PDF document to image files
Public methodConvertPdfPagesToImageFile(Stream, String, String)
Converts all the pages of PDF document in a stream to image files
Public methodConvertPdfPagesToImageFile(String, String, String)
Converts all the pages of a PDF file to image files
Public methodConvertPdfPagesToImageFile(Byte, Int32, String, String)
Converts the pages of a PDF document to image files starting from a given PDF page number to the end of the PDF document
Public methodConvertPdfPagesToImageFile(Stream, Int32, String, String)
Converts the pages of a PDF document in a stream to image files starting from a given PDF page number to the end of the PDF document
Public methodConvertPdfPagesToImageFile(String, Int32, String, String)
Converts the pages of a PDF file to image files starting from a given PDF page number to the end of the PDF document
Public methodConvertPdfPagesToImageFile(Byte, Int32, Int32, String, String)
Converts a range of pages of a PDF document to image files
Public methodConvertPdfPagesToImageFile(Stream, Int32, Int32, String, String)
Converts a range of pages of a PDF document in a stream to image files
Public methodConvertPdfPagesToImageFile(String, Int32, Int32, String, String)
Converts a range of pages of a PDF file to image files
Public methodConvertPdfPagesToImageInEvent(Byte)
Converts all the pages in a PDF document to image objects and raises the PageConvertedEvent event immediately after a PDF page was converted. The event handler argument contains a reference to resulted image object. You are responsible for disposing the resulted image object by calling its Dispose method when it is not needed anymore
Public methodConvertPdfPagesToImageInEvent(Stream)
Converts all the pages of PDF document in a stream to image objects and raises the PageConvertedEvent event immediately after a PDF page was converted. The event handler argument contains a reference to resulted image object. You are responsible for disposing the resulted image object by calling its Dispose method when it is not needed anymore
Public methodConvertPdfPagesToImageInEvent(String)
Converts all the pages of a PDF file to image objects and raises the PageConvertedEvent event immediately after a PDF page was converted. The event handler argument contains a reference to resulted image object. You are responsible for disposing the resulted image object by calling its Dispose method when it is not needed anymore
Public methodConvertPdfPagesToImageInEvent(Byte, Int32)
Converts the pages of a PDF document to image objects starting from a given PDF page number to the end of the PDF document and raises the PageConvertedEvent event immediately after a PDF page was converted. The event handler argument contains a reference to resulted image object. You are responsible for disposing the resulted image object by calling its Dispose method when it is not needed anymore
Public methodConvertPdfPagesToImageInEvent(Stream, Int32)
Converts the pages of a PDF document in a stream to image objects starting from a given PDF page number to the end of the PDF document and raises the PageConvertedEvent event immediately after a PDF page was converted. The event handler argument contains a reference to resulted image object. You are responsible for disposing the resulted image object by calling its Dispose method when it is not needed anymore
Public methodConvertPdfPagesToImageInEvent(String, Int32)
Converts the pages of a PDF file to image objects starting from a given PDF page number to the end of the PDF document and raises the PageConvertedEvent event immediately after a PDF page was converted. The event handler argument contains a reference to resulted image object. You are responsible for disposing the resulted image object by calling its Dispose method when it is not needed anymore
Public methodConvertPdfPagesToImageInEvent(Byte, Int32, Int32)
Converts a range of pages of a PDF document to image objects and raises the PageConvertedEvent event immediately after a PDF page was converted. The event handler argument contains a reference to resulted image object. You are responsible for disposing the resulted image object by calling its Dispose method when it is not needed anymore
Public methodConvertPdfPagesToImageInEvent(Stream, Int32, Int32)
Converts a range of pages of a PDF document in a stream to image objects and raises the PageConvertedEvent event immediately after a PDF page was converted. The event handler argument contains a reference to resulted image object. You are responsible for disposing the resulted image object by calling its Dispose method when it is not needed anymore
Public methodConvertPdfPagesToImageInEvent(String, Int32, Int32)
Converts a range of pages of a PDF file to image objects and raises the PageConvertedEvent event immediately after a PDF page was converted. The event handler argument contains a reference to resulted image object. You are responsible for disposing the resulted image object by calling its Dispose method when it is not needed anymore
Public methodConvertPdfToTiff(Byte)
Converts all the pages in a PDF document to a multiframe TIFF image in a memory buffer
Public methodConvertPdfToTiff(Stream)
Converts a PDF document in a stream to a multiframe TIFF image in a memory buffer
Public methodConvertPdfToTiff(String)
Converts a PDF file to a multiframe TIFF image in a memory buffer
Public methodConvertPdfToTiff(Byte, Int32)
Converts the pages of a PDF document to a multiframe TIFF image in a memory buffer starting from a given PDF page number to the end of the PDF document
Public methodConvertPdfToTiff(Stream, Int32)
Converts the pages of a PDF document in a stream to a multiframe TIFF image in a memory buffer starting from a given PDF page number to the end of the PDF document
Public methodConvertPdfToTiff(String, Int32)
Converts the pages of a PDF file to a multiframe TIFF image in a memory buffer starting from a given PDF page number to the end of the PDF document
Public methodConvertPdfToTiff(Byte, Int32, Int32)
Converts a range of pages of a PDF document to a multiframe TIFF image in a memory buffer
Public methodConvertPdfToTiff(Stream, Int32, Int32)
Converts a range of pages of a PDF document in a stream to a multiframe TIFF image in a memory buffer
Public methodConvertPdfToTiff(String, Int32, Int32)
Converts a range of pages of a PDF file to a multiframe TIFF image in a memory buffer
Public methodConvertPdfToTiffFile(Byte, String)
Converts all the pages in a PDF document to a TIFF image file
Public methodConvertPdfToTiffFile(Stream, String)
Converts all the pages of PDF document in a stream to a TIFF image file
Public methodConvertPdfToTiffFile(String, String)
Converts all the pages of a PDF file to a TIFF image file
Public methodConvertPdfToTiffFile(Byte, Int32, String)
Converts the pages of a PDF document to a TIFF image file starting from a given PDF page number to the end of the PDF document
Public methodConvertPdfToTiffFile(Stream, Int32, String)
Converts the pages of a PDF document in a stream to a TIFF image file starting from a given PDF page number to the end of the PDF document
Public methodConvertPdfToTiffFile(String, Int32, String)
Converts the pages of a PDF file to a TIFF image file starting from a given PDF page number to the end of the PDF document
Public methodConvertPdfToTiffFile(Byte, Int32, Int32, String)
Converts a range of pages of a PDF document to a TIFF image file
Public methodConvertPdfToTiffFile(Stream, Int32, Int32, String)
Converts a range of pages of a PDF document in a stream to a TIFF image file
Public methodConvertPdfToTiffFile(String, Int32, Int32, String)
Converts a range of pages of a PDF file to a TIFF image file
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetPageCount(Byte)
Gets the number of PDF pages of a PDF document
Public methodGetPageCount(Stream)
Gets the number of pages of a PDF document in a stream
Public methodGetPageCount(String)
Gets the number of PDF pages of a PDF file
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference