PdfToImageConverterConvertToImageFilesAsync Method

Overload List

ConvertToImageFilesAsync(Byte, String, String, CancellationToken) Asynchronously converts all pages in a PDF document to image files
ConvertToImageFilesAsync(Stream, String, String, CancellationToken) Asynchronously converts all pages of a PDF document in a stream to image files
ConvertToImageFilesAsync(String, String, String, CancellationToken) Asynchronously converts all pages of a PDF file to image files
ConvertToImageFilesAsync(Byte, Int32, String, String, CancellationToken) Asynchronously converts the pages of a PDF document to image files starting at a given page number through the end of the document
ConvertToImageFilesAsync(Stream, Int32, String, String, CancellationToken) Asynchronously converts the pages of a PDF document in a stream to image files starting at a given page number through the end of the document
ConvertToImageFilesAsync(String, Int32, String, String, CancellationToken) Asynchronously converts the pages of a PDF file to image files starting at a given page number through the end of the document
ConvertToImageFilesAsync(Byte, Int32, Int32, String, String, CancellationToken) Asynchronously converts a range of pages of a PDF document to image files
ConvertToImageFilesAsync(Stream, Int32, Int32, String, String, CancellationToken) Asynchronously converts a range of pages of a PDF document in a stream to image files
ConvertToImageFilesAsync(String, Int32, Int32, String, String, CancellationToken) Asynchronously converts a range of pages of a PDF file to image files

See Also