Click or drag to resize

DXFReaderNETControlWriteSVG Method

Exports the active layout visible entities to an SVG file.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.12.2
Syntax
public bool WriteSVG(
	string SVGFileName,
	SVGUnits Units = SVGUnits.Pixel
)

Parameters

SVGFileName
Type: SystemString
The name of the SVG file to be written with full path.
Units (Optional)
Type: DXFReaderNETSVGUnits
Output SVG units (width/height attributes and viewBox are expressed in these units).

Return Value

Type: Boolean
True if successful.
See Also