.PdfPage.Render (gb.poppler)

Function Render ( [ X As Integer, Y As Integer, Width As Integer, Height As Integer, Rotation As Integer, Resolution As Float ] ) As Image

Render the page and return the resulting image.

  • X, Y, Width, Height: A rectangle in pixels for rendering part of the page. By default, the entire page is rendered.

  • Rotation: A rotation angle in degrees. By default, the page is not rotated.

  • Resolution: The resolution used for rendering the page. If the resolution is not specified, then the best fitted resolution is used according to the rendered image size.