Set page label for the current page.

cairo_pdf_surface_set_page_label(surface, utf8)

Arguments

surface

[cairo_surface_t *] a PDF #cairo_surface_t

utf8

[char *] The page label.

Details

Since: 1.16

C function prototype: void cairo_pdf_surface_set_page_label (cairo_surface_t *surface, const char *utf8)

See also