| C1.C1Pdf.4 Assembly > C1.C1Pdf Namespace > C1PdfDocument Class : MaxHeaderBookmarkLevel Property |
'Declaration Public Property MaxHeaderBookmarkLevel As System.Integer
public System.int MaxHeaderBookmarkLevel {get; set;}
Setting this property to a value greater than zero causes C1PdfDocument to bookmark heading tags when rendering HTML strings. The value determines the maximum heading level to bookmark. For example, setting this property to one will bookmark all "H1" tags. Setting it to four will bookmark "H1" through "H4", etc.
By default, this property is set to zero, which prevents the generation of heading bookmarks.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2