Click or drag to resize

SvgDocumentFromSvg Method (String, 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(
	string filePath,
	PdfGeneratedDocument doc
)

Parameters

filePath
Type: SystemString
The path to an SVG file.
doc
Type: Atalasoft.PdfDoc.GeneratingPdfGeneratedDocument
The receiving PdfGeneratedDocument.

Return Value

Type: DrawingTemplate
See Also