WmfMixMode
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class WmfMixMode extends System.Enum
The MixMode Enumeration specifies the background mix mode for text, hatched brushes, and other nonsolid pen styles.
Fields
Field | Description |
---|---|
Transparent | The background remains untouched. |
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. |
Transparent
public static final short Transparent
The background remains untouched.
Opaque
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.