Search found 1 match

by mveigl
Wed Nov 20, 2013 3:31 pm
Forum: Example requests & Code samples
Topic: Javascript: Parameter by reference in PdfSearchText
Replies: 0
Views: 66659

Javascript: Parameter by reference in PdfSearchText

Hi, I'm working with gdPicture version 10 with asp.net mvc and javascript. I want to search a text in the pdf and get the resulting bounding box with following function: public Boolean PdfSearchText( int Page, String Text, int Occurrence, Boolean CaseSensitive, ref Single Left, ref Single Top, ref S...