EmfColorMatchToTarget

EmfColorMatchToTarget enumeration

The ColorMatchToTarget enumeration is used to determine whether a color profile has been embedded in the metafile.

public enum EmfColorMatchToTarget

Values

NameValueDescription
COLORMATCHTOTARGET_NOTEMBEDDED0Indicates that a color profile has not been embedded in the metafile.
COLORMATCHTOTARGET_EMBEDDED1Indicates that a color profile has been embedded in the metafile

See Also