namespace Masuit.Tools.Media { public enum WatermarkPosition { TopLeft, TopRight, BottomLeft, BottomRight, Center } }