Page 1 of 1

Transparent Annotations

Posted: Fri Oct 17, 2014 2:49 am
by pvanderwest
I am placing a Text Highlight Annotation on a tif image. The background image show through just fine. When I use the highlight on another annotation (Text for example), I cannot see the text that is inside the annotation. The highlight seems to obscure the annotation behind it.

How can I make the annotation at the back visible through the front one?

Re: Transparent Annotations

Posted: Fri Oct 17, 2014 8:43 am
by Alex
Hello Pierre,

Yes, a highlight annotation obscures the annotation behind it if color blending is enabled (HighlightAnnotationData.BlendingMode != BlendingMode.Normal) in the highlight annotation. We will improve algorithm of highlight annotation in future version of SDK and the highlight annotation will not obscure the annotation behind it.

You can add request for this functionality here:
viewtopic.php?f=15&t=2140

Best regards, Alexander

Re: Transparent Annotations

Posted: Mon Oct 27, 2014 8:56 pm
by pvanderwest
So if (blendingmode = normal) it will show through?

Re: Transparent Annotations

Posted: Tue Oct 28, 2014 8:05 pm
by Alex
So if (blendingmode = normal) it will show through?
Yes but the highlight annotation without blending (blendingmode = normal) is equal to the rectangle annotation with transparent background color. Is this suitable for you?

Best regards, Alexander