Ask a Question related to Adobe Acrobat SDK, Design and Development.
-
NoSmoking@adobeforums.com #1
How to decide an annot is visiable?
There is annotation on a page,when i scroll the page the annotation may be visiable or not,but how can get the state of visiable or how can i get the visiable annot?
Thanks,
Jasper.
NoSmoking@adobeforums.com Guest
-
flash to php decide to update or insert
I need some help writing a PHP script that will decide to create a new row in mysql or just update an exsisting account and pass the information... -
not able to annot title
hi, objPage = (Acrobat.CAcroPDPage)objPDDoc.AcquirePage(k); int anot = objPage.GetNumAnnots(); for (j = 0; j < objPage.GetNumAnnots() ; j++) ... -
How to make the annot toolbar visible?
We have developed an app in house that uses the Acro SDK to display the document inside of our own application. With Acro 6, we get the annotations... -
Trying to decide if i should buy InDesign, need to know aboutcompatibility, etc.
ID can only open Quark 3 or 4 files. If all you have is Quark 6, you're SOL. They need to be backsaved to 5 and then opened in 5 and backsaved to 4.... -
Trying to decide if i should buy InDesign, need to know about compatibility, etc.
I have recently down loaded the InDesign trial from the adobe web site. I have tried to open files in it and haven't been successful. Im not sure if... -
Leonard_Rosenthol@adobeforums.com #2
Re: How to decide an annot is visiable?
If the Annot has a valid rectangle inside the CropBox of the page AND the flags for the Annot don't mark it as invisible AND it's not part of a non-visible OCG, then it will be displayed.
Leonard_Rosenthol@adobeforums.com Guest
-
NoSmoking@adobeforums.com #3
Re: How to decide an annot is visiable?
But if the annotation has been scrolled out the current PageView, it can not be displayed.
I tried using AVPageViewGetAnnotRect to decide the annotation visiablity but i found that it can not work.
So any idea?
Thanks.
NoSmoking@adobeforums.com Guest
-
Leonard_Rosenthol@adobeforums.com #4
Re: How to decide an annot is visiable?
Oh, you meant that type of visible...
yes, you can get its rect and compare if its in view.
Why do you need to know that?
Leonard_Rosenthol@adobeforums.com Guest
-
NoSmoking@adobeforums.com #5
Re: How to decide an annot is visiable?
The rect get by AVPageViewGetAnnotRect() is not affected by scrolling,then i can not decide visiablity through this method.
I have not found any other methods can be used to decide the visiablity of annotation.
I need to know this so to draw a rect on the annotation.if it cann't be seen i do not draw the rect.
NoSmoking@adobeforums.com Guest
-
Leonard_Rosenthol@adobeforums.com #6
Re: How to decide an annot is visiable?
Correct, the rectangle is static. But you can get the current page viewing area, the scroll position, etc from other APIs and then compare.
That's an interesting requirement. Why not just replace the annotation handlers and change the drawing proc?
Leonard_Rosenthol@adobeforums.com Guest
-
NoSmoking@adobeforums.com #7
Re: How to decide an annot is visiable?
That's an interesting requirement. Why not just replace the annotation
handlers and change the drawing proc?
I don't understand what you mean.
How replacing the annotation handlers make me accomplish this?
Thanks,
Jasper.
NoSmoking@adobeforums.com Guest
-
Leonard_Rosenthol@adobeforums.com #8
Re: How to decide an annot is visiable?
You can "subclass" the annotation handlers provided by Acrobat and then override the drawing method to do whatever you want...
Leonard_Rosenthol@adobeforums.com Guest



Reply With Quote

