Foxit PDF SDK for HarmonyOS  3.0
IApplyRedactionCallback Class Reference

Public Member Functions

 NeedToGenerateStreamFile ()
 A callback function used to check whether to generate stream file or not. More...
 
 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.

Examples
/Users/ec2-user/gitlab-runner/builds/E-xKdhDoq/0/foxit/sdk/mobile/gsdk-doc-auto-build/harmony_nodejs/input/Index.js.

Member Function Documentation

◆ NeedToGenerateStreamFile()

IApplyRedactionCallback.NeedToGenerateStreamFile ( )

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()

IApplyRedactionCallback.Release ( )

A callback function used to release current callback object itself.

Returns
None.