Indicates whether to load the image URL as SVG.
public virtual bool LoadUrlAsSvg { get; set; }
Public Overridable Property LoadUrlAsSvg() As Boolean
Get
Set
public:
virtual property bool LoadUrlAsSvg
{
bool get()
void set(bool value)
}
true to load the image URL as an SVG document, otherwise; false to load it as raster image. Default value is false.
Use LoadUrlAsSvg to control how the item loads image data when a new value is set in the URL property. Refer to Url for more information.
For more information, refer to Image Viewer Items.
For an example, refer to Url.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET