Hello all.
I'm a C# (web) developer, with a task to convert thousands of TIFF images
into text. I am trying to do so programatically with .NET.
Can anyone tell me how to use OCR in .NET?
Is there a built-in library?
Any tutorials / examples?
Thank you in advance, for all your help...
more >>
Hi, i'm creating a custom user control (inherits from usercontrol) which
looks exactly like the blue box used in the welcome screen in .net 2005. I've
allocated space in the nc area, painting the box borders and i'm using visual
styles to paint a close button in the nc area. Ive also manipulat...
more >>
hi,
i'm not too good at math, can anyone help me with this?
i do some transformations to the point:
Matrix mx = new Matrix();
mx.Scale(_scale,_scale);
mx.Invert();
Point[] pts = new Point[] { p }; // where *p* is my point to transform.
mx.TransformPoints(pts);
now i would like to make re...
more >>
Hi All
Would anyone tell me how to fill my custom arrow line cap? Below is my
graphicspath
Dim ArrowLnCap As New GraphicsPath
ArrowLnCap.AddLine(0, 0, -3, -4)
ArrowLnCap.AddLine(0, 0, 3, -4)
ArrowLnCap.AddLine(-3, -4, 3, -4)
Can I fill my CustomLineCap (my custom arrowhead) w...
more >>