ComponentOne PDF for .NET
MaxHeaderBookmarkLevel Property

C1.C1Pdf.4 Assembly > C1.C1Pdf Namespace > C1PdfDocument Class : MaxHeaderBookmarkLevel Property
Gets or sets the maximum header level to create bookmarks for when rendering HTML text.
Syntax
'Declaration
 
Public Property MaxHeaderBookmarkLevel As System.Integer
public System.int MaxHeaderBookmarkLevel {get; set;}
Remarks

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.

See Also

Reference

C1PdfDocument Class
C1PdfDocument Members