ProcessorProgress

Object representing processing progress. Sent while processing in async PdfProcessor methods.

Constructors

Link copied to clipboard
constructor(pagesProcessed: Int, totalPages: Int)
Creates a processor progress object.

Properties

Link copied to clipboard
The number of pages that have been processed so far.
Link copied to clipboard
The total number of pages to be processed.

Functions

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.