Enum pfcPDFLayerMode
# include <pfcExport.h>
enum pfcPDFLayerMode
{
pfcPDF_LAYERS_ALL,
pfcPDF_LAYERS_VISIBLE,
pfcPDF_LAYERS_NONE,
pfcPDFLayerMode_nil
};
Description
This enumerated type contains possible layer modes.
-
Manual References:
-
Interface: Exporting to PDF and U3D
Values
-
pfcPDF_LAYERS_ALL
-
-
pfcPDF_LAYERS_VISIBLE
-
-
pfcPDF_LAYERS_NONE
-
-
pfcPDFLayerMode_nil
- Enum null value.