Controls if the heading tags H1, H2, H3, H4, H5, H6 are automatically outlined in PDF. This property is false by default
Namespace:
HiQPdf
Assembly:
HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
public bool OutlineHeadingTags { get; set; }
Public Property OutlineHeadingTags As Boolean
Get
Set
public:
property bool OutlineHeadingTags {
bool get ();
void set (bool value);
}
member OutlineHeadingTags : bool with get, set
Property Value
Type:
Boolean
Reference