ImageUpload.DrawStyle Property

HD.Common

ImageUploadDrawStyle Property Helper帮助文档
设置加水印的方式 0:文字水印模式 1:图片水印模式 2:不加

Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public int DrawStyle { get; set; }
Public Property DrawStyle As Integer
	Get
	Set
public:
property int DrawStyle {
	int get ();
	void set (int value);
}
member DrawStyle : int with get, set

Property Value

Type: Int32
See Also

Reference