added new function finishPage(), to be called after links are processed
[swftools.git] / lib / pdf / BitmapOutputDev.h
index 67c1c59..3adf11a 100644 (file)
@@ -72,6 +72,7 @@ public:
 
     virtual void startPage(int pageNum, GfxState *state, double x1,double y1,double x2,double y2);
     virtual void endPage();
+    virtual void finishPage();
 
     virtual void saveState(GfxState *state);
     virtual void restoreState(GfxState *state);