set properties of multiple annotations with Javascript Object
I'm using the Javascript object interface to set properties of multiple annotations on a page. I would like the set the properties of all selected annotations at once but this method only allows setting the properties of one annotation at time, forcing me to iterate through all selected annotations and set them one at a time. The is very slow. In Acrobat DC user interface I can select multiple annotations and set all their properties at once (very quick). Is there any programmatic means to accomplish this?
