PrintOperation.useFullPage

bool useFullPage() @property

Get useFullPage property.

Returns

If true, the transformation for the cairo context obtained

from [gtk.print_context.PrintContext] puts the origin at the top left corner of the page.

This may not be the top left corner of the sheet, depending on page orientation and the number of pages per sheet. Otherwise, the origin is at the top left corner of the imageable area (i.e. inside the margins).

void useFullPage(bool propval) @property

Set useFullPage property.

Parameters

propvalIf true, the transformation for the cairo context obtained from [gtk.print_context.PrintContext] puts the origin at the top left corner of the page. This may not be the top left corner of the sheet, depending on page orientation and the number of pages per sheet. Otherwise, the origin is at the top left corner of the imageable area (i.e. inside the margins).