Click or drag to resize
Sandcastle Help File BuilderImageReference Class
This represents a conceptual content image that can be used to insert a reference to an image in a topic.
Inheritance Hierarchy
SystemObject
  SandcastleBuilder.Utils.ConceptualContentImageReference

Namespace: SandcastleBuilder.Utils.ConceptualContent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public class ImageReference

The ImageReference type exposes the following members.

Constructors
  NameDescription
Public methodImageReference
Constructor
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it 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.)
Top
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
Top
Remarks
This class is serializable so that it can be copied to the clipboard.
See Also