PXC_BookmarkStyle Enumeration

From PDF XChange PDF SDK
Revision as of 06:46, 4 May 2015 by Palamar (Talk | contribs)

Jump to: navigation, search


Specifies the display style of the bookmark in the bookmark tree.

Syntax

enum PXC_BookmarkStyle
{
    BookmarkFont_Normal     = 0;
    BookmarkFont_Italic     = 1;
    BookmarkFont_Bold       = 2;
    BookmarkFont_BoldItalic = 3;
};

Constants

BookmarkFont_Normal
No style is applied to the bookmark title.
BookmarkFont_Italic
The bookmark title will be displayed with italic font style.
BookmarkFont_Bold
The bookmark title will be displayed with bold font style.
BookmarkFont_BoldItalic
The bookmark title will be displayed with bold and italic font style.

See Also

IPXC_Bookmark