AUTOMATION_VECTOR_MASK

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

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

Value Meaning
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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Container and Automation C API Help