AddFromSvgUrl Method (original) (raw)

Summary

Adds a new SVG document item from a URL pointing to an image file.

Syntax

Parameters

url

URL pointing to an image file.

Return Value

The newly created item of successful

Example

using Leadtools; using Leadtools.Controls; using Leadtools.Codecs; using Leadtools.Drawing; using Leadtools.ImageProcessing; using Leadtools.ImageProcessing.Color; using Leadtools.Svg; _imageViewer.BeginTransform(); _imageViewer.Items.AddFromSvgUrl(new Uri(@"http://localhost/myimages/en-ja.doc")); _imageViewer.EndTransform();