←Select platform

CanLoadSvg(Uri) Method (RasterCodecs)

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

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