Click or drag to resize

SvgDocumentFromSvg Method (XmlDocument, PdfGeneratedDocument)

Creates a new DrawingTemplate with a drawing list containing the supplied SVG.

Namespace:  Atalasoft.PdfDoc.Generating.Utilities.VectorImport.DOM
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public static DrawingTemplate FromSvg(
	XmlDocument xml,
	PdfGeneratedDocument doc
)

Parameters

xml
Type: System.XmlXmlDocument
Xml represeting SVG.
doc
Type: Atalasoft.PdfDoc.GeneratingPdfGeneratedDocument
The receiving PdfGeneratedDocument.

Return Value

Type: DrawingTemplate
See Also