Indicates whether to load the image URL as SVG.
public virtual bool LoadImageUrlAsSvg { get; set; }
Public Overridable Property LoadImageUrlAsSvg() As Boolean
Get
Set
public:
virtual property bool LoadImageUrlAsSvg
{
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 LoadImageUrlAsSvg to control how the item loads image data when a new value is set in the URL property. Refer to ImageUrl and ImageViewerItem.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