onDrawCanvas

abstract fun onDrawCanvas(@NonNull canvas: Canvas)

Called by the implementation to hand back the canvas that holds the drawing calls of the document.

Note: There are some draw operations that are not yet supported by the canvas returned by this method. More specifically:

Parameters

canvas

Canvas that holds the drawing calls of the document.