Return an HTML img element containing a data URI if this is an Image type Resource.

Syntax

finResource.GetImageAsHtmlImgElement([maxWidth], [maxHeight])

Parameters

NameTypeOptionalByRefDescription
maxWidth Integer Optional Optionally specify the maximum width (in pixels) of the returned image. If omitted, a value of 0 is assumed.
maxHeight Integer Optional Optionally specify the maximum height (in pixels) of the returned image. If omitted, a value of 0 is assumed.

Return Value

String

An img tag if this Resource is a valid image, otherwise a blank String.

Member of:
finResource
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0