The ImageReference type exposes the following members.

Constructors

  NameDescription
Public methodImageReference
Constructor

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToExternalLink
Convert the image reference to an <externalLink> element.
Public methodToImageLink
Convert the image reference to an <img> element.
Public methodToMediaLink
Convert the image reference to a <mediaLink> element.
Public methodToMediaLinkInline
Convert the image reference to a <mediaLinkInline> element.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyAlternateText
This is used to get or set the optional alternate text for the image
Public propertyCopyToMedia
This is used to get or set whether or not to copy the image to the .\Output\[HelpFormat]\media folder if it is not referenced in a media link.
Public propertyDisplayTitle
This read-only property is used to get a title for display (i.e. in the designer).
Public propertyFileItem
This is used to get the file item associated with the image reference.
Public propertyFilename
This is used to get the image filename
Public propertyFullPath
This is used to get the full path to the image file
Public propertyId
This is used to get the unique ID of the image

See Also