AUTOMATIONMODE

typedef enum _AUTOMATION_MODE 
{ 
   AUTOMATION_MODE_PAINT, 
   AUTOMATION_MODE_VECTOR, 
   AUTOMATION_MODE_ANNOTATION 
} AUTOMATIONMODE, *pAUTOMATIONMODE ; 

The AUTOMATIONMODE enumerated type contains options for the current automation mode. These options are possible values for the nMode parameter used in function L_AutCreate.

Value Meaning
AUTOMATION_MODE_PAINT Digital Paint automation.
AUTOMATION_MODE_VECTOR Vector automation.
AUTOMATION_MODE_ANNOTATION Reserved for future use.
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Container and Automation C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.