Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.23
|
Leadtools.Pdf Assembly > Leadtools.Pdf Namespace : PDFBookmarkStyle Enumeration |
[SerializableAttribute()] public enum PDFBookmarkStyle : System.Enum
'Declaration
<SerializableAttribute()> Public Enum PDFBookmarkStyle Inherits System.Enum
'Usage
Dim instance As PDFBookmarkStyle
public enum PDFBookmarkStyle
[SerializableAttribute()] public enum class PDFBookmarkStyle : public System.Enum
Value | Member | Description |
---|---|---|
0x00000000 | Plain | No style. Use regular font |
0x00000001 | Italic | Use italic font |
0x00000002 | Bold | Use bold font |
0x00000003 | BoldItalic | Use bold italic font |
The PDFBookmarkStyle enumeration is used as the type for the PDFBookmark.BookmarkStyle property.
For an example, refer to PDFBookmark.
System.Object
System.ValueType
System.Enum
Leadtools.Pdf.PDFBookmarkStyle