toggle menu
ly.img:engine
androidJvm
switch theme
search in API
ly.img:engine
/
ly.img.engine
/
ExportPdfProgress
Export
Pdf
Progress
data
class
ExportPdfProgress
(
val
exportedPages
:
Int
,
val
totalPages
:
Int
)
Members
Constructors
Export
Pdf
Progress
Link copied to clipboard
constructor
(
exportedPages
:
Int
,
totalPages
:
Int
)
Properties
exported
Pages
Link copied to clipboard
val
exportedPages
:
Int
The number of pages exported so far.
total
Pages
Link copied to clipboard
val
totalPages
:
Int
The total number of pages to export.