Rogue Wave Views Foundation Package API Reference Guide |
Rogue Wave Views Documentation Home |
Hook class to decide what to do when there are too many pages to print. More...
#include <ilviews/printing/document.h>
Public Member Functions | |
virtual | ~ThresholdHook () |
The destructor. More... | |
virtual IlBoolean | checks (int pageNumber) const =0 |
This functions checks whether the print can be achieved. More... | |
Hook class to decide what to do when there are too many pages to print.
Library: ilvprint
This is an abstract class.
|
virtual |
The destructor.
Cleans the resources used by the object.
|
pure virtual |
This functions checks whether the print can be achieved.
This pure virtual function is intended to be overloaded.
If the return of this operator is IlFalse
, the printing will be aborted.
pageNumber | The current number of pages that must be printed. |
IlTrue
; aborts it otherwise. © Copyright 2016, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.