public void OnPreviousPageButtonClicked() { if (m_PDFViewer != null) { m_PDFViewer.GoToPreviousPage(); } }