Check whether the PostScript surface will output Encapsulated PostScript.

cairo_ps_surface_get_eps(surface)

Arguments

surface

[cairo_surface_t *] a PostScript #cairo_surface_t

Value

[int]

Details

Return value: %TRUE if the surface will output Encapsulated PostScript.

Since: 1.6

C function prototype: cairo_public cairo_bool_t cairo_ps_surface_get_eps (cairo_surface_t *surface)

See also