Canvas::RenderPages method¶
Render all pages of the extractor to the canvas.
Prototype¶
void RenderPages(Extractor extractor)
void RenderPages(Extractor extractor) throws IGRException;
def RenderPages(self, extractor: Extractor) -> void
Parameters¶
extractor: Extractor
: The extractor containing the pages to render.
Sample Code¶
1 2 3 4 5 6 7 8 9 |
|