HierarchyTools ExportChartToPdfFile Method Chart4.NET - Organization Charting Component (C#/VB.NET/ASP.NET) - Documentation
Onlinewww.Chart4.NET (Documentation) | OnlineSamples Download | Release Notes

Export the chart to PDF format and save to a file. If FilePath given is empty, the stream is returned, else returns a null.

Namespace: UnifoChart.Hierarchy
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Syntax

public MemoryStream ExportChartToPdfFile(
	string FilePath,
	int Width,
	int Height
)
public MemoryStream ExportChartToPdfFile(
	String FilePath,
	int Width,
	int Height
)

Return Value

Returns null if FilePath is given, the stream otherwise.
See Also