PrintOperation.hasSelection

bool hasSelection() @property nothrow

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 nothrow

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.