Click or drag to resize
Pdf Library for .NET

PdfRasterizer Methods

The PdfRasterizer type exposes the following members.

Methods
 NameDescription
Public methodConvertToImages Converts a range of PDF pages to images.
Public methodConvertToTiff Converts a range of PDF pages to a multi frame TIFF.
Public methodGetInfo Gets the information of the loaded PDF document.
(Inherited from PdfTool)
Public methodGetPageCount Gets the number of pages in the loaded PDF document.
(Inherited from PdfTool)
Public methodLoad(Byte) Loads a pdf document from a byte array.
(Inherited from PdfTool)
Public methodLoad(Stream) Loads a pdf document from the specified stream.
(Inherited from PdfTool)
Public methodLoad(String) Loads an existing pdf file.
(Inherited from PdfTool)
Public methodLoad(Byte, String) Loads a password protected pdf document from a byte array.
(Inherited from PdfTool)
Public methodLoad(Stream, String) Loads a pdf document from a stream containing a password protected pdf document.
(Inherited from PdfTool)
Public methodLoad(String, String) Loads an existing password protected pdf file.
(Inherited from PdfTool)
Public methodSave Convert to images the PDF pages from the current PDF document. The images will be saved into the folder specified by ImagesPath property, in the format specified by ImagesFormat property, having a prefix specified by the ImagesPrefix property.
Public methodSaveTiff Convert the PDF pages from the current PDF document to multi frame TIFF. The TIFF will be saved into the folder specified by ImagesPath property, having the name specified by the ImagesPrefix property.
Top
See Also