new ConversionMonitor()
Experimental. Developer use only.
Extends
Methods
-
destroy()
-
Destructor
- Inherited From:
Returns:
- Type
- Promise.<void>
-
filter()
-
Returns:
A promise that resolves to an object of type: "PDFNet.Filter"- Type
- Promise.<Core.PDFNet.Filter>
-
next()
-
Returns:
A promise that resolves to an object of type: "boolean"- Type
- Promise.<boolean>
-
progress()
-
Returns:
A promise that resolves to an object of type: "number"- Type
- Promise.<number>
-
ready()
-
Returns:
A promise that resolves to an object of type: "boolean"- Type
- Promise.<boolean>
-
takeOwnership()
-
Take the ownership of this object, so that PDFNet.runWithCleanup won't destroy this object.
- Inherited From:
Returns:
- Type
- void