Enum EmfBackgroundMode
Enum EmfBackgroundMode
Namespace: Aspose.Imaging.FileFormats.Emf.Emf.Consts
Assembly: Aspose.Imaging.dll (25.2.0)
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.
public enum EmfBackgroundMode
Fields
OPAQUE = 2
The opaque - Background is filled with the current background color before the text, hatched brush, or pen is drawn
TRANSPARENT = 1
The transparent - Background remains untouched.