←Select platform

IsSvgAsync Method

Summary

Asynchronously determines quickly whether the stream contains SVG data.

Syntax
C#
public static Task<bool> IsSvgAsync( 
   this RasterCodecs rasterCodecs, 
   ILeadStream stream 
) 

Parameters

rasterCodecs

RasterCodecs object to perform the operation.

stream

The stream containing the source image data.

Return Value

A Task that represents the asynchronous operation. TResult: true if the data is valid SVG; otherwise, false.

Remarks

This topic is part of RasterCodecs support for .NET async/await support. Refer to RasterCodecs Async Operations for more information.

This method will check the beginning of the stream 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

For .NET Framework: A reference to the Leadtools.Async.dll assembly is required to use this functionality.

For .NET Standard: This functionality is included in the Leadtools.Codecs.dll assembly.

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