Schnittstelle IPdfBoxGraphics2DMarkedContentDrawer


public interface IPdfBoxGraphics2DMarkedContentDrawer
Functional Interface to allow draw within a marked content sequence
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    Draw within a marked content.
  • Methodendetails

    • 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
      Parameter:
      gfx - the graphics to draw on. Do NOT dispose this.
      Löst aus:
      IOException