←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#
C++/CLI
Python
public bool CanLoadSvg( 
   Uri uri 
) 
public:  
   bool CanLoadSvg( 
      System::Uri^ uri 
   ) 
def CanLoadSvg(self,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 22.0.2023.5.5
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

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