Page 1 of 1

Add Region

Posted: Wed Sep 14, 2022 2:49 pm
by jloizagah
Hello, I am trying to migrate a windows forms using GDViewer to DocuVieware. I'd like to create highlighted regions in a pdf. Which is the best DocuviewWare equivalent to, for example:

int regKeyword = gdViewer1.AddRegionInches("Keyword", x0, y0, x1, y1, GdPicture14.ForegroundMixMode.ForegroundMixModeMASKPEN, Color.LightGreen);
gdViewer1.SetRegionEditable(regKeyword, false);

Best regards

Re: Add Region

Posted: Fri Oct 07, 2022 9:20 am
by Fabio
Hello,

Sorry for the late reply.

Basically, our customers that switch from Gdpicture to DocuVieware use the annotation mechanism.

Add an annotation from the javascript client-side:
- https://www.docuvieware.com/guides/aspn ... ctive.html
- https://www.docuvieware.com/guides/aspn ... ctive.html
Or with the .NET server-side:
- https://www.gdpicture.com/guides/gdpict ... Annot.html
- https://www.gdpicture.com/guides/gdpict ... Annot.html

If this solution does not suit you, could you please elaborate on your use case?

Best regards,
Fabio