Sets the text style of the bookmark when convert to PDF.
the default value is the Bold.
Namespace: Spire.Doc.Documents.RenderingAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public BookmarkTextStyle Style { get; set; }
Public Property Style As BookmarkTextStyle Get Set
public: property BookmarkTextStyle Style { BookmarkTextStyle get (); void set (BookmarkTextStyle value); }
member Style : BookmarkTextStyle with get, set