Signin/Signup with: 
Welcome, Guest
Username: Password: Remember me
Questions about iOS development and PDF
  • Page:
  • 1

TOPIC:

How to get zoom level 10 years 5 months ago #4526

  • klee
  • klee's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 6
  • Thank you received: 0
How to get zoom level or get width and height of PDF canvas?

Please Log in or Create an account to join the conversation.

How to get zoom level 10 years 5 months ago #4527

  • radaee
  • radaee's Avatar
  • Offline
  • Moderator
  • Moderator
  • Posts: 1123
  • Thank you received: 73
see [PDFV m_zoom_scale]
width and height of canvas for whole Document:
[PDFV m_docw];
[PDFV m_doch];

all of these member are not public.
so you can define methods to return these member in PDFV class
and define new methods in PDFView class, return to higher level classes.

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Powered by Kunena Forum