Click or drag to resize

PdfBookmarkStyle Enumeration

The bookmark text style.

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