OMR_FRAME
typedef enum
{
OMRFRAME_AUTO,
OMRFRAME_NO,
OMRFRAME_YES,
} OMR_FRAME;
The OMR_FRAME enumerated type represents the presence or absence of a frame in a zone, or whether frames will be automatically detected.
Value |
Meaning |
OMRFRAME_AUTO |
Automatic frame detection (Default). |
OMRFRAME_NO |
There is no frame within the zone. |
OMRFRAME_YES |
There is a frame within the zone. |
Comments
This enumerated type is used by the following object: