Skip to content

Commit 62d10d4

Browse files
committed
Update infoobject.md
1 parent aebd347 commit 62d10d4

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

api/interface/infoobject.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ title: Dynamsoft Document Viewer API Reference - Interface InfoOjbect
77
keywords: Documentation, Dynamsoft Document Viewer, API Reference, Interface InfoObject
88
breadcrumbText: Interface InfoObject
99
description: Dynamsoft Document Viewer Documentation API Reference Interface InfoObject Page
10-
permalink: /api/interface/infoobject.html
1110
---
1211

1312
# InfoObject
@@ -20,7 +19,7 @@ interface LoadWasmInfo {}
2019
interface LoadSourceInfo {
2120
docUid: string;
2221
/** Number of documents processed so far */
23-
current: number;
22+
processed: number;
2423
/** Total number of documents to process */
2524
total: number;
2625
}
@@ -29,7 +28,7 @@ interface SaveSourceInfo {
2928
docUid: string;
3029
pageUids: [];
3130
/** Number of pages processed so far */
32-
current: number;
31+
processed: number;
3332
/** Total number of pages to process */
3433
total: number;
3534
}
@@ -47,7 +46,7 @@ interface PerspectiveInfo {
4746
interface PrintPreparationInfo {
4847
docUid: string;
4948
/** Number of pages processed so far */
50-
current: number;
49+
processed: number;
5150
/** Total number of pages to process */
5251
total: number;
5352
}

0 commit comments

Comments
 (0)