Exemplo n.º 1
0
        protected override void OnCreate(Bundle bundle)
        {
            base.OnCreate(bundle);
            Instance = this;
            global::Xamarin.Forms.Forms.Init(this, bundle);

            try
            {
                pdftron.PDF.Tools.Utils.AppUtils.InitializePDFNetApplication(this);
                Console.WriteLine(PDFNet.GetVersionString());
            }
            catch (pdftron.Common.PDFNetException e)
            {
                Console.WriteLine(e.GetMessage());
                return;
            }

            LoadApplication(new App());
        }