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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS Container and Automation C API Help