i have written a code to select a text in flow documet reader and bring it into view:
docView1.Focus( );
docView1.Select ion.Select(text Range.Start, textRange.End);
docView1.BringI ntoView(textRan ge.Start.GetCha racterRect(Logi calDirection.Fo rward));
but flowdocumentrea der.selection is not supported in .net framework 3.0 and i want to run code in computers that has not framework3.5
what can i do this by supported methods in .net framework 3.0?
docView1.Focus( );
docView1.Select ion.Select(text Range.Start, textRange.End);
docView1.BringI ntoView(textRan ge.Start.GetCha racterRect(Logi calDirection.Fo rward));
but flowdocumentrea der.selection is not supported in .net framework 3.0 and i want to run code in computers that has not framework3.5
what can i do this by supported methods in .net framework 3.0?