got_page_size


Description:

public virtual signal void got_page_size (PrintContext context, PageSetup page_setup)

The got_page_size signal is emitted once for each page that gets rendered to the preview.

A handler for this signal should update the context according to page_setup and set up a suitable cairo context, using set_cairo_context.

Parameters:

context

the current PrintContext

page_setup

the PageSetup for the current page