Click or drag to resize
Pdf Library for .NET

PdfBookmarkStyle Enumeration

The pdf bookmark text style.

Namespace: SelectPdf
Assembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntax
[FlagsAttribute]
public enum PdfBookmarkStyle
Members
Member nameValueDescription
Normal0 Normal text style.
Italic1 The text is italic.
Bold2 The text is bold.
See Also