Q: How do I set the PDFViewCtrl to not have the status bar at the bottom that contains the seek bar and up/down arrows to change pages in the PDF?
public virtual void SetBuiltInPanModeToolbarEnable(bool enable)
{
mToolManager.SetBuiltInPanModeToolbarEnable(enable);
}
A: Adding the following to the Tools binding: