To accomplish this task, create a PdfDocumentProcessor instance and load the required PDF document using the overloaded PdfDocumentProcessor.LoadDocument method.
To export a page to a bitmap image, call the PdfDocumentProcessor.CreateBitmap method using the page number and the largestEdgeLength
parameter measured in pixels. The latter parameter determines the output image height for pages in the portrait orientation and width - for landscape pages.
To export a page to a multi-page tiff image, call one of the PdfDocumentProcessor overloaded methods using, for example, the file path where the converted image will be located, the largestEdgeLength parameter measured in pixels and page numbers.
Call the PdfDocumentProcessor.CreateSvgImage method to export a PDF page to an SVG image. The largestEdgeLength
parameter determines the output image’s height for pages in the portrait orientation and width for landscape pages. You can also use the PdfPageRenderingParameters
instance as a method parameter to export an image with a predefined DPI.
(you will be redirected to DevExpress.com to submit your response)