AUTOMATIONMODE

Summary

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

Syntax

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

Members

AUTOMATION_MODE_PAINT

Digital Paint automation.

AUTOMATION_MODE_VECTOR

Vector automation.

AUTOMATION_MODE_ANNOTATION

Reserved for future use.

Usage

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Container and Automation C++ Class Library Help

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