The interface for the object that performs scanning for overprint.
More...
#include <scanoverprint.h>
|
virtual bool | scanPage (const IDOMFixedPagePtr &fixedPage, const CScanOverprintParamsPtr &scanOverprintParams)=0 |
| Scans a page for presence of overprinting.
|
|
virtual void | addRef () const =0 |
| Increases the reference count of the actual object pointed to. This would take place during an assignment or copying.
|
|
virtual bool | decRef () const =0 |
| Decreases the reference count of the actual object pointed to. When the reference count falls to Zero, it deletes the actual object pointed to.
|
|
virtual int32 | getRefCount () const =0 |
| Retrieve the current reference count of the actual object pointed to.
|
|
|
static JAWSMAKO_API IScanOverprintPtr | create (const IJawsMakoPtr &jawsMako, const IProgressMonitorPtr &progressMonitor) |
| Creates the object to use for scanning for overprint.
|
|
|
virtual | ~IRCObject () |
| Virtual destructor.
|
|
The interface for the object that performs scanning for overprint.
◆ create()
static JAWSMAKO_API IScanOverprintPtr JawsMako::IScanOverprint::create |
( |
const IJawsMakoPtr & | jawsMako, |
|
|
const IProgressMonitorPtr & | progressMonitor ) |
|
static |
Creates the object to use for scanning for overprint.
- Parameters
-
jawsMako | The jawsMako object. |
progressMonitor | The progress monitor. |
- Returns
- IScanOverprintPtr The overprint scanning object.
◆ scanPage()
virtual bool JawsMako::IScanOverprint::scanPage |
( |
const IDOMFixedPagePtr & | fixedPage, |
|
|
const CScanOverprintParamsPtr & | scanOverprintParams ) |
|
pure virtual |
Scans a page for presence of overprinting.
- Parameters
-
fixedPage | The page to scan for overprint. |
scanOverprintParams | An object containing the results of the scan. |
- Returns
- True if the scan indicates presence of overprint, false otherwise.
The documentation for this class was generated from the following file: