ImageReference Class

This represents an image reference

Definition

Namespace: HtmlToMamlConversion
Assembly: ConvertHtmlToMaml (in ConvertHtmlToMaml.exe) Version: 2022.3.11.0
public class ImageReference
Inheritance
Object    ImageReference

Constructors

ImageReference Constructor

Properties

AlternateText Get or set the image's alternate text
Id This returns the image's unique ID
SourceFile This is used to get the source image filename

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToString Convert to string for debugging purposes
(Overrides ObjectToString)

See Also