Library | File

Enum pfcPrintSaveMethod

# include <pfcExport.h>

enum pfcPrintSaveMethod
{
    pfcPRINT_SAVE_NULL,
    pfcPRINT_SAVE_SINGLE_FILE,
    pfcPRINT_SAVE_MULTIPLE_FILE,
    pfcPRINT_SAVE_APPEND_TO_FILE,
    pfcPrintSaveMethod_nil
};



Description

This enumerated type contains possible print options.






Values

pfcPRINT_SAVE_NULL

pfcPRINT_SAVE_SINGLE_FILE

pfcPRINT_SAVE_MULTIPLE_FILE

pfcPRINT_SAVE_APPEND_TO_FILE

pfcPrintSaveMethod_nil
Enum null value.