Package com.pspdfkit.document.html
Interface HtmlToPdfConverter.PageLoadingProgressListener
-
- All Implemented Interfaces:
public interface HtmlToPdfConverter.PageLoadingProgressListener
Listener for page loading progress updates used when loading HTML page in .
-
-
Method Summary
Modifier and Type Method Description abstract void
onPageLoadingProgress(int progress)
Called when page loading progress changes. -
-
Method Detail
-
onPageLoadingProgress
abstract void onPageLoadingProgress(int progress)
Called when page loading progress changes.
- Parameters:
progress
- Loading progress, represented by an integer between 0 and 100.
-
-
-
-