HtmlImage Constructors
An image that is embedded in the HtmlEdit‘s content.Name | Parameters | Description |
---|---|---|
HtmlImage(Nullable<HtmlImageType>, ImageSource, HtmlSize, HtmlSize) | imageType, source, width, height | Initializes a new instance of the HtmlImage class with specified settings. |
See Also