BookmarkLevel
Style Property
|
Sets the text style of the bookmark when convert to PDF.
the default value is the Bold.
Namespace:
Spire.Doc.Documents.Rendering
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
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
Property Value
Type:
BookmarkTextStyle
See Also