[C#] | public void addPage2(DrawArea d); |
[VB] | Public Sub addPage2(d As DrawArea) |
ChartDirector 7.1 (.NET Edition)
MultiPagePDF.
Usage
[C#] | public void addPage2(DrawArea d); |
[VB] | Public Sub addPage2(d As DrawArea) |
Description
Arguments
Argument | Default | Description |
---|---|---|
d | (Mandatory) | The DrawArea object used to create the PDF page. |
Return Value