Signin/Signup with: 
Welcome, Guest
Username: Password: Remember me
Questions about Android development and PDF

TOPIC:

Document.NewImage always return true 4 years 7 months ago #14577

  • support
  • support's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 692
  • Thank you received: 59
After the page.Close() you could force the page re-loading.
page.Close();

//refresh view
PDFVPage pageToRefresh = m_view.vGetPage(pageNumber);
m_view.vRenderSync(pageToRefresh);

About positioning: PDF coordinates have the origin in the bottom left corner and are different from screen coordinates which have the origin on the top left corner.

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

Powered by Kunena Forum