PdfAutoOutlinesHierarchicalOutlines Property
            Controls if the automatically generated outlines are in a multilevel hierarchy. This property is true by default
            
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public bool HierarchicalOutlines { get; set; }
Public Property HierarchicalOutlines As Boolean
	Get
	Set
public:
property bool HierarchicalOutlines {
	bool get ();
	void set (bool value);
}
member HierarchicalOutlines : bool with get, set
Property Value
Boolean