EmfBackgroundMode
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class EmfBackgroundMode extends 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.
Fields
Field | Description |
---|---|
TRANSPARENT | The transparent - Background remains untouched. |
OPAQUE | The opaque - Background is filled with the current background color before the text, hatched brush, or pen is drawn |
TRANSPARENT
public static final int TRANSPARENT
The transparent - Background remains untouched.
OPAQUE
public static final int OPAQUE
The opaque - Background is filled with the current background color before the text, hatched brush, or pen is drawn