public void OnZoomInButtonClicked()
 {
     if (m_PDFViewer != null)
     {
         m_PDFViewer.ZoomIn();
     }
 }