Foxit PDF SDK
<FSPauseCallback> Protocol Reference

Inherits <NSObject>.

Instance Methods

(BOOL) - needPauseNow
 Check whether need to pause now. More...
 

Detailed Description

This class represents a callback object used for pausing during a progressive process. All the pure virtual functions in this class are used as callback functions and should be implemented by user to do pausing in a customized way.

Method Documentation

◆ needPauseNow()

- (BOOL) needPauseNow
required

Check whether need to pause now.

Returns
YES means to pause now, while NO means not to pause now.