ImageVectorizer.Vectorize

Vectorize(string)

Vectorizes raster image from the specified file.

public SVGDocument Vectorize(string imageFile)
ParameterTypeDescription
imageFileStringThe path to the image file.

Return Value

The SVG document.

See Also


Vectorize(Stream)

Vectorizes raster image from the specified stream.

public SVGDocument Vectorize(Stream imageStream)
ParameterTypeDescription
imageStreamStreamThe stream with image.

Return Value

The SVG document.

See Also