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?
Transparent Annotations
Moderator: Alex
-
- Site Admin
- Posts: 2397
- Joined: Thu Jul 10, 2008 2:21 pm
Re: Transparent Annotations
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
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
-
- Posts: 8
- Joined: Wed Apr 02, 2014 3:08 am
Re: Transparent Annotations
So if (blendingmode = normal) it will show through?
-
- Site Admin
- Posts: 2397
- Joined: Thu Jul 10, 2008 2:21 pm
Re: Transparent Annotations
Yes but the highlight annotation without blending (blendingmode = normal) is equal to the rectangle annotation with transparent background color. Is this suitable for you?So if (blendingmode = normal) it will show through?
Best regards, Alexander