using System; namespace Dongke.WinForm.Controls.InvoiceLayout.DrawBarcode.QRCode { /// /// 二维码绘制参数 /// [Serializable] public class QRCodeDrawingOptions : DrawingOptions { /// /// 二维码绘制参数 /// public QRCodeDrawingOptions() { } /* /// /// Logo /// public Image Logo { get; set; } /// /// Logo尺寸 /// public Size LogoSize { get; set; } /// /// Logo背景色 /// public Color? LogoBackColor { get; set; } */ } }