ChartExportOptions HeaderAsWatermarkPdf Property Chart4.NET - Organization Charting Component (C#/VB.NET/ASP.NET) - Documentation
Onlinewww.Chart4.NET (Documentation) | OnlineSamples Download | Release Notes

For PDF export only. Whether header text should be part of the chart (watermarked) or part of the PDF document (Implication: links become clickable; text become selectable).

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

public bool HeaderAsWatermarkPdf { get; set; }
/** @property */
public boolean get_HeaderAsWatermarkPdf()
/** @property */
public void set_HeaderAsWatermarkPdf(boolean value)

Field Value

System.Boolean
See Also