FSPDF_LAYERNODE Struct Reference

Structure for PDF layer nodes. More...

#include <fpdf_layer_r.h>

Public Attributes

FSCRT_BSTR name
 Layer name or layer group name, a UTF-8 string object.
 
FSPDF_LAYER layer
 Handle to a FSPDF_LAYER object. More...
 
struct _FSPDF_LAYERNODE * children
 Pointer to children. More...
 
FS_INT32 count
 Count of children.
 

Detailed Description

Structure for PDF layer nodes.

Note
This structure is an encapsulation of PDF Layers. Foxit PDF SDK provides functions FSPDF_LayerNode_XXX to initialize and clear it.

Member Data Documentation

struct _FSPDF_LAYERNODE* FSPDF_LAYERNODE::children

Pointer to children.

Note
A layer or layer group could have children.
FSPDF_LAYER FSPDF_LAYERNODE::layer

Handle to a FSPDF_LAYER object.

Note
If not NULL means a layer; otherwise, it is a layer group.

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

Foxit Corporation