Click or drag to resize
CaptchaImage Class
Summary description for CaptchaImage.
Inheritance Hierarchy
SystemObject
  CMS.UIControlsCaptchaImage

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
public class CaptchaImage

The CaptchaImage type exposes the following members.

Constructors
  NameDescription
Public methodCaptchaImage(String, Int32, Int32)
Initializes a new instance of the CaptchaImage class using the specified text, width and height.
Public methodCaptchaImage(String, Int32, Int32, String)
Initializes a new instance of the CaptchaImage class using the specified text, width, height and font family.
Public methodCaptchaImage(String, Int32, Int32, String, Boolean)
Initializes a new instance of the CaptchaImage class using the specified text, width, height and font family.
Top
Properties
  NameDescription
Public propertyHeight
Image height.
Public propertyImage
Image.
Public propertyText
Public properties (all read-only).
Public propertyUseWarp
Uses warp.
Public propertyWidth
Image width.
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by this object.
Protected methodDispose(Boolean)
Custom Dispose method to clean up unmanaged resources.
Protected methodFinalize
This member overrides Object.Finalize.
(Overrides ObjectFinalize.)
Top
See Also