PrintOperation.hasSelection

Set hasSelection property.

  1. bool hasSelection [@property getter]
  2. bool hasSelection [@property setter]
    class PrintOperation
    @property
    void
    hasSelection
    (
    bool propval
    )

Parameters

propval bool

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.