ChartToPdf Method (String) |
Saves the chart to a pdf file.
Namespace:
Aspose.Cells.Charts
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic void ToPdf(
string fileName
)
Public Sub ToPdf (
fileName As String
)
public:
void ToPdf(
String^ fileName
)
member ToPdf :
fileName : string -> unit
Parameters
- fileName
- Type: SystemString
the pdf file name with full path
See Also