CaptchaGeneratorSize Property
Gets or sets the size of the captcha image.
Namespace: DevCase.Core.Media.GraphicsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public Size Size { get; set; }
Public Property Size As Size
Get
Set
Dim instance As CaptchaGenerator
Dim value As Size
value = instance.Size
instance.Size = value
public:
property Size Size {
Size get ();
void set (Size value);
}
member Size : Size with get, set
No code example is currently available or this language may not be supported.
Property Value
Size
The size of the captcha image.