Click or drag to resize
AuthcodeHelperCreateImage Method (Stream, String, Int32, Int32, Int32, Int32)
创建一个图片,图片类型Gif

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public static void CreateImage(
	Stream outputStream,
	string code,
	int width,
	int height,
	int fontSize,
	int noiseCount = 25
)

Parameters

outputStream
Type: System.IOStream

[Missing <param name="outputStream"/> documentation for "M:Adf.AuthcodeHelper.CreateImage(System.IO.Stream,System.String,System.Int32,System.Int32,System.Int32,System.Int32)"]

code
Type: SystemString

[Missing <param name="code"/> documentation for "M:Adf.AuthcodeHelper.CreateImage(System.IO.Stream,System.String,System.Int32,System.Int32,System.Int32,System.Int32)"]

width
Type: SystemInt32

[Missing <param name="width"/> documentation for "M:Adf.AuthcodeHelper.CreateImage(System.IO.Stream,System.String,System.Int32,System.Int32,System.Int32,System.Int32)"]

height
Type: SystemInt32

[Missing <param name="height"/> documentation for "M:Adf.AuthcodeHelper.CreateImage(System.IO.Stream,System.String,System.Int32,System.Int32,System.Int32,System.Int32)"]

fontSize
Type: SystemInt32

[Missing <param name="fontSize"/> documentation for "M:Adf.AuthcodeHelper.CreateImage(System.IO.Stream,System.String,System.Int32,System.Int32,System.Int32,System.Int32)"]

noiseCount (Optional)
Type: SystemInt32

[Missing <param name="noiseCount"/> documentation for "M:Adf.AuthcodeHelper.CreateImage(System.IO.Stream,System.String,System.Int32,System.Int32,System.Int32,System.Int32)"]

See Also