Search found 3 matches

by average_male
Wed May 30, 2012 3:00 am
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Scale Annotations to be proporational for any image res.
Replies: 2
Views: 7160

Re: Scale Annotations to be proporational for any image res.

Found a partial solution with the use of the " Font.FontSizeDependsImageResolution " attribute to get the bounding rectangle height once the font size and style is specified: TextAnnotation header = new TextAnnotation(); header.Text = "Test"; header.FontSizeDependsImageResolution...
by average_male
Tue May 29, 2012 10:08 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Scale Annotations to be proporational for any image res.
Replies: 2
Views: 7160

Scale Annotations to be proporational for any image res.

Hello Alex, 1) How can we determine the bounding box for a text annotation given a loaded arbitrary image? 2) How can we get the Graphics class associated with a loaded arbitrary image? Both of the questions above are aimed to achieve the same goal: How to scale your annotations such they they appea...
by average_male
Tue May 29, 2012 9:26 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Adding and Merging Annotations
Replies: 6
Views: 8382

Adding and Merging Annotations

Hello Alex, We are demoing this product and wanted to process bulk image files in a process that doesn't require user intervention. This process simply needs to add annotations to each image (and every page in the image) and then merge the annotations with the image. Question: Is it required to use ...