PrintOperation.hasSelection

bool hasSelection() @property

Get hasSelection property.

Returns

Determines whether there is a selection in your application.

This can allow your application to print the selection. This is typically used to make a "Selection" button sensitive.

void hasSelection(bool propval) @property

Set hasSelection property.

Parameters

propvalDetermines whether there is a selection in your application. This can allow your application to print the selection. This is typically used to make a "Selection" button sensitive.