Click or drag to resize

SvgDocument Constructor (String, PdfGeneratedDocument)

A PdfRenderable object that should be added to a PdfGeneratedPage drawing list to allow objects from a Svg file to be inserted on page.

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 SvgDocument(
	string filePath,
	PdfGeneratedDocument doc
)

Parameters

filePath
Type: SystemString
The path to the .svg file
doc
Type: Atalasoft.PdfDoc.GeneratingPdfGeneratedDocument
The PdfGeneratedDocument object the SVG will be inserted.
See Also