VintaSoft Annotation .NET Plug-in Discussions
Questions, comments and suggestions concerning VintaSoft Annotation .NET Plug-in.
Board index < VintaSoft Imaging < VintaSoft Annotation .NET Plug-in Discussions
TextAnnotation annoTex = new TextAnnotation();
annoTex.ForeColor = Color.Black;
annoTex.Text = "Text";
annoTex.Border = true;
annoTex.FontSizeDependsImageResolution = true;
annoTex.Font = new Font("Arial", 24);
annoTex.Location = new PointF(250, 150);
annoTex.Size = new SizeF(200, 100);
annoTex.Visible = true;
annoTex.ZOrder = 0;
Sincerely, Yuri
... for (int iPageCount = 0; iPageCount < imageAnnotations.Count; iPageCount++) ...with
... for (int iPageCount = 0; iPageCount < images.Count; iPageCount++) ...Sincerely, Yuri