Text Disguise

CaptchaImage.WriteToStream Method 

[This is preliminary documentation and subject to change.]

Randomly decides which style of image to generate and writes that to the provided Stream.

[Visual Basic]
Public Sub WriteToStream( _
   ByVal imageText As String, _
   ByVal out As Stream _
)
[C#]
public void WriteToStream(
   string imageText,
   Stream out
);

Parameters

imageText
The text that is to be used for the image.
out
The Stream that is to be written to.

See Also

CaptchaImage Class | Dls.TextDisguise Namespace | Stream Class