EEPNDOCUMENTTYPE

typedef enum tag_EEPNDOCUMENTTYPE
{
   DLG_FT_SAVE_TYPE_DOCUMENT = 0, 
   DLG_FT_SAVE_TYPE_RASTER, 
   DLG_FT_SAVE_TYPE_VECTOR, 
   DLG_FT_SAVE_TYPE_COUNT
}EEPNDOCUMENTTYPE, L_FAR * pEEPNDOCUMENTTYPE;

The EEPNDOCUMENTTYPE enumeration specifies the type of files to be saved.

Value

Meaning

DLG_FT_SAVE_TYPE_DOCUMENT

Save the files as document files.

DLG_FT_SAVE_TYPE_RASTER

Save the files as raster images.

DLG_FT_SAVE_TYPE_VECTOR

Save the files as vector images.

Comments

This enumeration is used within the EPNSAVEOPTIONS and EPNUISAVEFORMATS structures.