gml_TPDFDocument Class Reference

#include <gml_PDFDocument.h>

Collaboration diagram for gml_TPDFDocument:

Collaboration graph
[legend]
List of all members.

Detailed Description

Represent a PDF document that can be loaded in memory and rendered to gml_Bitmap objects.


Public Member Functions

gml_TError Init (char *path)
 Open the PDF document at path and get ready for rendering.
void Dispose ()
 Free all resources claimed by Init().
UInt16 Pages ()
 Return the number of pages in this document.
gml_TError Box (UInt16 page, gml_TPDFBox box, gml_TRectFloat &result)
 Return in result the requested page box of the document.
gml_TError Render (gml_TBitmap *bitmap, UInt16 page)
 Render page page of this document in the given bitmap object. The page is scaled to fill the bitmap, while keeping proportions.

The documentation for this class was generated from the following files:
Generated on Tue Jun 12 14:03:28 2007 for gml by Doxygen 1.5.2.