Javascript: Parameter by reference in PdfSearchText

Example requests & Code samples for GdPicture Toolkits.
Post Reply
mveigl
Posts: 1
Joined: Wed Nov 20, 2013 3:16 pm

Javascript: Parameter by reference in PdfSearchText

Post by mveigl » Wed Nov 20, 2013 3:31 pm

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:

Code: Select all

public Boolean PdfSearchText(
    int Page, 
    String Text, 
    int Occurrence, 
    Boolean CaseSensitive, 
    ref Single Left, 
    ref Single Top, 
    ref Single Width, 
    ref Single Height
);
Now the problem: How can i supply a byReference value in javascript/activex to use this method?
I didn't find any possibilities with javascript (creating javascript-object didn't work).

If there is no solution, I hope you can offer me a workaround to get the position of the found text.

regards
melanie

Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot] and 1 guest