public final class EmfBackgroundMode
extends com.aspose.ms.System.Enum
The BackgroundMode enumeration is used to specify the background mode to be used with text, hatched brushes, and pen styles that are not solid.The background mode determines how to combine the background with foreground text, hatched brushes, and pen styles that are not solid lines.
Modifier and Type | Field and Description |
---|---|
static int |
OPAQUE
The opaque - Background is filled with the current background color before the text, hatched brush, or pen is drawn
|
static int |
TRANSPARENT
The transparent - Background remains untouched.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int TRANSPARENT
The transparent - Background remains untouched.
public static final int OPAQUE
The opaque - Background is filled with the current background color before the text, hatched brush, or pen is drawn