←Select platform

CanLoadSvg(Uri) Method

Summary

Determines whether the specified image, document or vector data in the remote URL can be loaded as SVG.

Syntax
C#
VB
C++
public bool CanLoadSvg( 
   Uri uri 
) 
Public Function CanLoadSvg( 
   ByVal uri As System.Uri 
) As Boolean 
public:  
   bool CanLoadSvg( 
      System::Uri^ uri 
   ) 

Parameters

uri

The System.Uri containing the input image data.

Return Value

true if the specified image, document or vector file can be loaded as SVG; otherwise, false.

Remarks

Use this method to determine whether the specified image, document or vector data in the remote URL can be loaded as SVG (Scalable Vector Graphics). For more information, refer to CanLoadSvg(string fileName).

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