typedef enum tag_EEPNGUTTERDIMENSIONUNITS
{
EPN_GUTTER_DIMENSIONS_UNITS_INCHE = 1, // 0.01 Inche
EPN_GUTTER_DIMENSIONS_UNITS_MM = 2 // 0.01 mm
}EEPNGUTTERDIMENSIONUNITS, L_FAR * pEEPNGUTTERDIMENSIONUNITS;
The EEPNGUTTERDIMENSIONUNITS enumeration specifies the units for the Gutter dimensions.
Value |
Meaning |
EPN_GUTTER_DIMENSIONS_UNITS_INCHE |
Gutter is measured in 0.01 of inch. |
EPN_GUTTER_DIMENSIONS_UNITS_MM |
Gutter is measured in 0.01 of millimeter. |
Comments
This enumeration is used within the EPNENHOPTIONS structure.