Skip to main content
Participating Frequently
April 19, 2016
Question

The difference of the results of AVPageViewDeviceRectToPage

  • April 19, 2016
  • 1 reply
  • 613 views

If you change the size of the items in the display depends on the results of the AVPageViewDeviceRectToPage.

Although the size of the signature field the result of AVPageViewDeviceRectToPage, would change the signature field size the results are different.

What can I do to resolve this?

This topic has been closed for replies.

1 reply

lrosenth
Adobe Employee
Adobe Employee
April 19, 2016

What do you mean “resolve this”? This is the correct behavior.

That API is helping you convert from the presented display (which takes into account things like zoom factor) to the User Units of the page. The Page coordinates won’t change – only the visible representation of same.

dstoolAuthor
Participating Frequently
April 20, 2016

Thank you.

You have to determine the size of the signature field using the AVPageViewDeviceRectToPage, if you use this API, it is that it does not do to be adjusted according to item size of the display before to convert this API?

lrosenth
Adobe Employee
Adobe Employee
April 20, 2016

I am not sure why you think you have to do this.

Perhaps if you gave a code snippet that explains the full context here…