DocumentRenderer

public interface DocumentRenderer

Internal use only.

Types

Callback
Link copied to clipboard
public interface Callback
Internal use only.

Functions

getPageCount
Link copied to clipboard
abstract void getPageCount(@NonNull() Context context, @NonNull() AsyncCallback<Integer, Exception> asyncCallback)
toBitmap
Link copied to clipboard
abstract void toBitmap(@NonNull() Context context, @NonNull() Size targetSize, @NonNull() DocumentRenderer.Callback callback)