Search found 3 matches

by Kamil
Fri Mar 08, 2019 3:06 pm
Forum: DocuVieware
Topic: Top margin/header of Docx shifts (asp.net MVC Razor)
Replies: 12
Views: 8160

Re: Top margin/header of Docx shifts (asp.net MVC Razor)

Thanks again,

Issue has been reproduced and I have transmitted it right now to the dev-team for further investigations.

Best regards,
Kamil Dubík
by Kamil
Fri Mar 08, 2019 12:18 pm
Forum: DocuVieware
Topic: Top margin/header of Docx shifts (asp.net MVC Razor)
Replies: 12
Views: 8160

Re: Top margin/header of Docx shifts (asp.net MVC Razor)

Hi,

Could you please attach original document to this case? We neeed it for issue replication.

Best regards,
Kamil Dubík
by Kamil
Mon Mar 04, 2019 5:51 pm
Forum: Example requests & Code samples
Topic: DeleteAnnotations question
Replies: 2
Views: 4348

Re: DeleteAnnotations question

Hello Robson, The solution here is quite simple. You are just using the wrong way, how to initialize the AnnotationManager object. You need to replace this line: _annotMgr.InitFromGdViewer(gdViewer1); with this line: AnnotationManager _annotMgr = gdViewer1.GetAnnotationManager(); Now, you don't have...