cairo_pdf_surface_set_thumbnail_size.Rd
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.
cairo_pdf_surface_set_thumbnail_size(surface, width, height)
surface | [ |
---|---|
width | [ |
height | [ |
Since: 1.16
C function prototype: void cairo_pdf_surface_set_thumbnail_size (cairo_surface_t *surface, int width, int height)