ImageReference Class

HTML to MAML Converter

ImageReference Class
This represents an image reference
Inheritance Hierarchy
SystemObject  HtmlToMamlConversionImageReference

Namespace: HtmlToMamlConversion
Assembly: ConvertHtmlToMaml (in ConvertHtmlToMaml.exe) Version: 1.0.0.2
Syntax
public class ImageReference
Public Class ImageReference
public ref class ImageReference
type ImageReference =  class end

The ImageReference type exposes the following members.

Constructors
  NameDescription
Public methodImageReference
Constructor
Top
Properties
  NameDescription
Public propertyAlternateText
Get or set the image's alternate text
Public propertyId
This returns the image's unique ID
Public propertySourceFile
This is used to get the source image filename
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 the default hash function.
(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 methodToString
Convert to string for debugging purposes
(Overrides ObjectToString.)
Top
See Also