Package org.ghost4j
Interface GhostscriptLibrary.display_callback_s.display_page
-
- All Superinterfaces:
com.sun.jna.Callback
- Enclosing class:
- GhostscriptLibrary.display_callback_s
public static interface GhostscriptLibrary.display_callback_s.display_page extends com.sun.jna.Callback
Callback called on show page. If you want to pause on showpage, then don't return immediately.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
callback(com.sun.jna.Pointer handle, com.sun.jna.Pointer device, int copies, int flush)
-