最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

xamarin.forms - pdftron PTDocumentController remove annotationToolbar - Stack Overflow

programmeradmin0浏览0评论

I am using the PTDocumentController to display the a PDF file but I want to remove the annotation drop down and toolbar. Below is the code that I have tried but it is not working.

        var annotationToolbar = new pdftron.PDF.Controls.PTAnnotationToolbar(mToolManager);
        annotationToolbar.AnnotationToolbarDidCancel += (sender, e) =>
        {
            annotationToolbar.Hidden = true;
        };

发布评论

评论列表(0)

  1. 暂无评论