MultiPagePDF works by generating a PDF page for BaseChart or DrawArea added to it. The BaseChart can be a MultiChart, and can contain free form CDML text, tables, shape and images. In this way, MultiPagePDF can create complete PDF reports.
Method | Inherited | Description |
---|---|---|
MultiPagePDF | (Self) | Creates a MultiPagePDF object. |
addPage | (Self) | Adds a BaseChart object as a PDF page. |
addPage2 | (Self) | Adds a DrawArea object as a PDF page. |
outPDF | (Self) | Outputs the PDF document as a file. |
outPDF2 | (Self) | Outputs the PDF document in memory. |