Is this page helpful?

In this page

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

Copied to clipboard
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 22.0.2022.12.7
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 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.