Interface IPdfBoxGraphics2DMarkedContentDrawer


public interface IPdfBoxGraphics2DMarkedContentDrawer
Functional Interface to allow draw within a marked content sequence
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Draw within a marked content.
  • Method Details

    • draw

      void draw(PdfBoxGraphics2D gfx) throws IOException
      Draw within a marked content. All state changes on the given gfx will not have any effect after returning from this call
      Parameters:
      gfx - the graphics to draw on. Do NOT dispose this.
      Throws:
      IOException