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

TOPIC:

Using PDFPath methods to draw image 10 years 2 months ago #8500

  • Elaine
  • Elaine's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 6
  • Thank you received: 0
I am trying to draw an image using the PdfPath methods. I am setting my fill color and the add the path to the fill path, but it is not drawing anything on the page. How am i suppose to use this function in order to draw a page specific image?

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

Using PDFPath methods to draw image 10 years 2 months ago #8501

  • radaee
  • radaee's Avatar
  • Offline
  • Moderator
  • Moderator
  • Posts: 1123
  • Thank you received: 73
if u mean output an image in a path, then using clip op first and then show image.
if u mean fill a path with color, set color first and then fill path.
after all finished, u shall invoke Page.AddContent to attach contents to page.
and then using PDFView.vRenderSync PDFReader.invalidate to display.

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

  • Page:
  • 1
Powered by Kunena Forum