Class AntiRobotImage
Inheritance
System.Object
AntiRobotImage
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.Commerce.Website.Controls
Assembly: Mediachase.Commerce.Website.dll
Version: 10.8.0Syntax
public class AntiRobotImage
Constructors
AntiRobotImage(String, Int32, Int32)
Initializes a new instance of the AntiRobotImage class.
Declaration
public AntiRobotImage(string Text, int Width, int Height)
Parameters
Type | Name | Description |
---|---|---|
System.String | Text | The text. |
System.Int32 | Width | The width. |
System.Int32 | Height | The height. |
Properties
FontFamily
Gets or sets the font family.
Declaration
public string FontFamily { get; set; }
Property Value
Type | Description |
---|---|
System.String | The font family. |
Height
Gets or sets the image height.
Declaration
public int Height { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The height. |
Image
Gets or sets the image.
Declaration
public Bitmap Image { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Bitmap | The image. |
Text
Gets or sets the text.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String | The text. |
Width
Gets or sets the image width.
Declaration
public int Width { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The width. |