using System; using System.Collections.Generic; using System.Text; namespace Zhaizj.Framework.Drawing { /// /// 水印位置(上面左部、上面中部、上面右部、下面左部、下面中部、下面右部) /// public enum WatermarkPosition { TopLeft, TopCenter, TopRight, BottomLeft, BottomCenter, BottomRight } }