class Cairo::PDFSurface

PDF surface

Public Instance Methods

restrict_to_version(p1) click to toggle source
static VALUE
cr_pdf_surface_restrict_to_version (VALUE self, VALUE version)
{
  cairo_pdf_surface_restrict_to_version (_SELF, RVAL2CRPDFVERSION (version));
  rb_cairo_surface_check_status (_SELF);
  return Qnil;
}