←Select platform

LoadImageUrlAsSvg Property (ImageViewer)

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Controls.WinForms Assembly
Click or drag to resize