nutrient
Toggle table of contents
11.2.1
Nutrient
Target filter
Nutrient
Switch theme
Search in API
Skip to content
nutrient
nutrient
/
com.pspdfkit.document.processor
/
PdfProcessor
/
ProcessorProgress
Processor
Progress
class
ProcessorProgress
Object representing processing progress. Sent while processing in async
PdfProcessor
methods.
Members
Constructors
Processor
Progress
Link copied to clipboard
constructor
(
pagesProcessed
:
Int
,
totalPages
:
Int
)
Creates a processor progress object.
Properties
pages
Processed
Link copied to clipboard
val
pagesProcessed
:
Int
The number of pages that have been processed so far.
total
Pages
Link copied to clipboard
val
totalPages
:
Int
The total number of pages to be processed.
Functions
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
Returns a string representation of this progress object, including the number of pages processed and total pages.