←Select platform

LoadImageUrlAsSvg Property

Summary

Indicates whether to load the image URL as SVG.

Syntax
C#
VB
C++
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) 
   } 

Property Value

true to load the image URL as an SVG document, otherwise; false to load it as raster image. Default value is false.

Remarks

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.

Example

For an example, refer to Url

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly