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)

Arguments

surface

[cairo_surface_t *] a PDF #cairo_surface_t

width

[int] Thumbnail width.

height

[int] Thumbnail height

Details

Since: 1.16

C function prototype: void cairo_pdf_surface_set_thumbnail_size (cairo_surface_t *surface, int width, int height)

See also