←Select platform

IsSvg(string) Method (RasterCodecs)

Summary

Quickly determines whether the file contains an SVG image.

Syntax

C#
VB
C++
public bool IsSvg( 
   string fileName 
) 
Public Function IsSvg( 
   ByVal fileName As String 
) As Boolean 
public:  
   bool IsSvg( 
      String^ fileName 
   ) 

Parameters

fileName

The filename containing the source image data.

Return Value

true if the data is valid SVG; otherwise, false.

Remarks

This method will check the beginning of the file to determine whether it contains valid SVG data. This involves detecting the value <svg> tag and optionally the SVG namespaces. If this method returns true, then the data is most likely an SVG file and can be safely loaded. Note, however, that the data can possibly contain a corrupted or truncated SVG. In such a case, this method will still return true but subsequent calls to loading the SVG will fail.

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