Renderer

public interface Renderer

Internal use only.

Functions

getPageCount
Link copied to clipboard
abstract int getPageCount()
abstract void getPageCount(@NonNull() AsyncCallback<Integer, Exception> asyncCallback)
isPdfPasswordProtected
Link copied to clipboard
abstract boolean isPdfPasswordProtected()
toBitmap
Link copied to clipboard
abstract void toBitmap(@NonNull() Size targetSize, @NonNull() AsyncCallback<Bitmap, Exception> asyncCallback)