AUTOMATION_VECTOR_MASK

Summary

The AUTOMATION_VECTOR_MASK enumerated type contains options for the dwMask member of the AUTOMATIONVECTORPROPERTIES structure (Masks for AUTOMATIONVECTORPROPERTIES).

Syntax

typedef enum AUTOMATION_VECTOR_MASK 
{ 
   AUTOMATION_VECTOR_PEN = 1, 
   AUTOMATION_VECTOR_BRUSH = 2, 
   AUTOMATION_VECTOR_FONT = 4 
} AUTOMATION_VECTOR_MASK, *pAUTOMATION_VECTOR_MASK; 

Members

AUTOMATION_VECTOR_PEN

The Pen member of the structure is valid.

AUTOMATION_VECTOR_BRUSH

The Brush member of the structure is valid.

AUTOMATION_VECTOR_FONT

The Font member of the structure is valid.

Comment

These values may be combined using a bitwise OR ( | ).

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 API Help

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