InkExtractFlags
4/8/2010
This enumeration contains the values that specifies whether the ink is cut or copied from an object.
Syntax
enum InkExtractFlags {
IEF_CopyFromOriginal,
IEF_RemoveFromOriginal,
IEF_Default
};
Elements
- IEF_CopyFromOriginal
Specifies that ink should be copied from an object without removing it.
- IEF_RemoveFromOriginal
Specifies that ink should be cut and removed from an object.
- IEF_Default
This value is set to IEF_RemoveFromOriginal.
Requirements
Header | msinkaut.h |
Windows Embedded CE | Windows CE 5.0 and later |
Windows Mobile | Windows Mobile 6 Classic and later, Windows Mobile 6 Professional and later |