CaptchaImage MembersKentico 8.0 API Reference
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.
Back to Top
Methods

  NameDescription
Public methodDispose 
Releases all resources used by this object.
Protected methodDispose(Boolean)
Custom Dispose method to clean up unmanaged resources.
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodFinalize
This member overrides Object.Finalize.
(Overrides OnlineObject Finalize .)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Extension Methods

  NameDescription
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Back to 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.
Back to Top
See Also