Gets the Bookmark's flags.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax Public Function GetFlags As Integer
public:
virtual int GetFlags() sealed
Return Value
Type:
Int32 The flags of the Bookmark object.
Bit 1 (least-significant bit) indicates italic font whereas
bit 2 indicates bold font.
Therefore, 0 indicates normal, 1 is italic, 2 is bold, and 3 is bold-italic.
See Also