| Available in LEADTOOLS Imaging Pro, Vector, Document, and Medical Imaging toolkits. | 
// Masks for AUTOMATIONVECTORPROPERTIES
typedef enum
{
AUTOMATION_VECTOR_PEN = 1,
AUTOMATION_VECTOR_BRUSH = 2,
AUTOMATION_VECTOR_FONT = 4
}
AUTOMATION_VECTOR_MASK, *pAUTOMATION_VECTOR_MASK;
The AUTOMATIONVECTORMASK enumerated type contains options for the dwMask member of the AUTOMATIONVECTORPROPERTIES structure. 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 (|).