[C#] | public bool outPDF(char filename); |
[VB] | Public Function outPDF(filename As char) As Boolean |
ChartDirector 7.1 (.NET Edition)
MultiPagePDF.
Usage
[C#] | public bool outPDF(char filename); |
[VB] | Public Function outPDF(filename As char) As Boolean |
Description
Arguments
Argument | Default | Description |
---|---|---|
filename | (Mandatory) | The filename of the PDF file. |
Return Value