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

TOPIC:

How to set spacing in thumb View ? 9 years 10 months ago #6420

  • kevinlo
  • kevinlo's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 2
  • Thank you received: 0
How to set spacing in thumb View ?

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

How to set spacing in thumb View ? 9 years 10 months ago #6432

  • kevinlo
  • kevinlo's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 2
  • Thank you received: 0
PDFThumbView java:

public void thumbOpen(Document doc, PDFThumbListener listener) {
// m_thumb.vSetOrientation(2);//RTOL horizontal layout
m_thumb.vOpen(doc, 8, 0x40CCCCCC, this);
m_thumb.vSetThumbListener(listener);
m_thumb.vResize(getWidth(), getHeight());
m_thumb.vSetPageGap(60);
}

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

  • Page:
  • 1
Powered by Kunena Forum