Foxit PDF SDK
foxit.addon.ApplyRedactionCallback Class Reference

Inherits SystemIDisposable.

Public Member Functions

virtual bool NeedToGenerateStreamFile ()
 A callback function used to check whether to generate stream file or not. More...
 
virtual void Release ()
 A callback function used to release current callback object itself. More...
 

Detailed Description

This class represents a callback object for applying redaction callback. All the pure virtual functions in this class are used as callback functions and should be implemented by user.

Member Function Documentation

◆ NeedToGenerateStreamFile()

bool foxit.addon.ApplyRedactionCallback.NeedToGenerateStreamFile ( )
inlinevirtual

A callback function used to check whether to generate stream file or not.

Returns
true means needs to generate stream file, while false not.

◆ Release()

void foxit.addon.ApplyRedactionCallback.Release ( )
inlinevirtual

A callback function used to release current callback object itself.

Returns
None.