Click or drag to resize

SvgDocument Constructor (String, Double, 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,
	double pageHeight,
	PdfGeneratedDocument doc
)

Parameters

filePath
Type: SystemString
The path to the .svg file
pageHeight
Type: SystemDouble
The page height of the Pdf Document the SVG objects will appear
doc
Type: Atalasoft.PdfDoc.GeneratingPdfGeneratedDocument
The PdfGeneratedDocument object the SVG will be inserted.
See Also