FSPDF_BOOKMARKDATA Struct Reference

Structure for bookmark data. More...

#include <fpdf_document_r.h>

Public Attributes

FSCRT_BSTR title
 Bookmark title, a UTF-8 string object.
 
FS_ARGB color
 Color used for displaying title. Format:0xAARRGGBB and alpha component is omitted.
 
FS_DWORD status
 Current status of bookmark. More...
 

Detailed Description

Structure for bookmark data.

Note
This structure provides a way to access bookmark data as a whole.

Member Data Documentation

FS_DWORD FSPDF_BOOKMARKDATA::status

Current status of bookmark.

Please refer to macro definitions FSPDF_BOOKMARKSTATUS_XXX and this can be one or a combination of these macros.


The documentation for this struct was generated from the following file:

Foxit Corporation