public interface PageViewOverlay
QPDFViewerView#setPageViewOverlay()
has been called with an instance of this interface,
the instance's onDraw method will be called after each PDFPageView finishes drawing.Modifier and Type | Method and Description |
---|---|
void |
onDraw(PDFPageView view,
Canvas canvas)
Implement this method to draw custom content on top of the PDFPageView.
|
void onDraw(PDFPageView view, Canvas canvas)
view
- canvas
-