Search found 2 matches

by sw_developer
Wed May 04, 2016 11:03 am
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: Hiding Annotations
Replies: 4
Views: 12393

Re: Hiding Annotations

Hello Alex, before I saw your second answer I had written a custom renderer which prevents to call DrawFormXObject() of the base renderer if annotations should be hidden: public class CustomRenderer : PdfContentRenderer { public override void DrawFormXObject(PdfContentRenderingContext context, PdfFo...
by sw_developer
Tue May 03, 2016 10:52 am
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: Hiding Annotations
Replies: 4
Views: 12393

Hiding Annotations

Hello. We are using the Vintasoft.Imaging.Wpf.UI.WpfImageViewer from the Imaging .NET SDK (Standard, WPF, Reader) to display PDF Documents (without the Annotation .NET Plug-in). The viewer shows also all PDF annotations. A new requirement is to toggle the visiblity of the annotations. The user shoul...