public final class WmfMixMode
extends com.aspose.ms.System.Enum
The MixMode Enumeration specifies the background mix mode for text, hatched brushes, and other nonsolid pen styles.
Modifier and Type | Field and Description |
---|---|
static short |
Opaque
The background is filled with the
background color that is currently defined in the playback device context before the text, hatched brush, or pen is
drawn.
|
static short |
Transparent
The background remains untouched.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject
public static final short Transparent
The background remains untouched.
public static final short Opaque
The background is filled with the background color that is currently defined in the playback device context before the text, hatched brush, or pen is drawn.
Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.