←Select platform

LoadUrlAsSvg Property

Summary

Indicates whether to load the image URL as SVG.

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

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 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.

Example

For an example, refer to Url.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.