Click or drag to resize

PdfToImageConverter Methods

Methods
  NameDescription
Public methodConvertToImages(Stream)
Convert to images the PDF pages from the specified PDF stream.
Public methodConvertToImages(String)
Convert to images the PDF pages from the specified PDF file.
Public methodConvertToImagesInFolder(Stream)
Convert to images the PDF pages from the specified PDF stream. The images will be saved into the folder specified by ImagesPath property, in the format specified by ImagesFormat property.
Public methodConvertToImagesInFolder(String)
Convert to images the PDF pages from the specified PDF file. The images will be saved into the folder specified by ImagesPath property, in the format specified by ImagesFormat property.
Public methodGetPageCount(Stream)
Gets the number of pages in the specified PDF stream.
Public methodGetPageCount(String)
Gets the number of pages in the specified PDF file.
Top
See Also