Click or drag to resize
ImageParameters Class
Class providing image parameters.
Inheritance Hierarchy
SystemObject
  CMS.HelpersImageParameters

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public class ImageParameters

The ImageParameters type exposes the following members.

Constructors
  NameDescription
Public methodImageParameters
Top
Extension Methods
  NameDescription
Public Extension MethodAsValue
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.)
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.)
Top
Properties
  NameDescription
Public propertyAlign
Image align.
Public propertyAlt
Image alternative text.
Public propertyBehavior
Image behavior.
Public propertyBorderColor
Image border color.
Public propertyBorderWidth
Image border width.
Public propertyClass
Image css class.
Public propertyDir
Image direction definition (rtl, ltr).
Public propertyEditorClientID
Client id of editor for inserting content.
Public propertyExtension
Image extension.
Public propertyHeight
Image height.
Public propertyHSpace
Image horizontal space.
Public propertyId
Image Id.
Public propertyLang
Image language definition.
Public propertyLink
Image link destination.
Public propertyLongDesc
Image long description definition (url).
Public propertyMouseOverHeight
Height of the thumbnail image which is displayed when mouse is moved over the image.
Public propertyMouseOverWidth
Width of the thumbnail image which is displayed when mouse is moved over the image.
Public propertySizeToURL
Gets or sets the value which determines whether to append size parameters to URL.
Public propertyStyle
Image inline style.
Public propertyTarget
Image link target (_blank/_self/_parent/_top)
Public propertyTooltip
Image tooltip text.
Public propertyUrl
Image source url.
Public propertyUseMap
Image use map definition.
Public propertyVSpace
Image vertical space.
Public propertyWidth
Image width.
Top
See Also