toggle menu
pspdfkit
androidJvm
switch theme
search in API
pspdfkit
/
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
total
Pages
Link copied to clipboard
val
totalPages
:
Int
Functions
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String