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).
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET