FoxitPDFSDKforWeb v11.0.1
Foxit PDF SDK for Web
ExportFileProgress Class Reference

Represents the progress of a task. More...

Public Attributes

number current
 The current progress of the task. More...
 
PROGRESS_STATUS status
 The current status of the task progress. More...
 
number total
 The total progress of the task. More...
 

Detailed Description

Represents the progress of a task.

Since
11.0.0 Example
function example(pdfDoc) {
pdfDoc.getFile({
flags: 0,
fileName: 'test.pdf',
progressHandler:({current,total,status})=>{
console.log({current,total,status})
}
})
}

Member Data Documentation

◆ current

number ExportFileProgress::current

The current progress of the task.

Since
11.0.0

◆ status

PROGRESS_STATUS ExportFileProgress::status

The current status of the task progress.

Since
11.0.0

◆ total

number ExportFileProgress::total

The total progress of the task.

Since
11.0.0

Foxit Software Corporation Logo
@2025 Foxit Software Incorporated. All rights reserved.