pdfSurfaceSetThumbnailSize
fn
void pdfSurfaceSetThumbnailSize(cairo.surface.Surface surface, int width, int height)Set the thumbnail image size for the current and all subsequent pages. Setting a width or height of 0 disables thumbnails for the current and subsequent pages.
Parameters
surface | a PDF #cairo_surface_t |
width | Thumbnail width. |
height | Thumbnail height |