Winnovative PDF to Image Documentation

PdfToImageConverterConvertPdfPagesToImageInEvent Method

Winnovative PDF to Image
Overload List

  NameDescription
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
Top
See Also

Reference