Determines whether the specified image, document or vector data in the remote URL can be loaded as SVG.
public bool CanLoadSvg(
Uri uri
)
Public Function CanLoadSvg(
ByVal uri As System.Uri
) As Boolean
public:
bool CanLoadSvg(
System::Uri^ uri
)
uri
The System.Uri containing the input image data.
true if the specified image, document or vector file can be loaded as SVG; otherwise, false.
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).
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document