0 Replies Latest reply on Oct 22, 2010 4:05 PM by afonsojca

    Seam PDF image underlying

    afonsojca

      Hello!


      I'm trying do use the underlying alignment with <p:image/>. I tried using <p:image underlying="true"/>, but it didn't work.


      I want to have the same effect in Seam PDF as in the following IText code:




      Image img = Image.getInstance("...");
      img.setAlignment(Image.MIDDLE | Image.UNDERLYING);
      document.add(img);





      Thanks!