Click or drag to resize

SVGOutputOptionsSetDtd Method

Set whether the DTD declaration is included in the SVG files.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetDtd(
	bool dtd
)

Parameters

dtd
Type: SystemBoolean
If false, no DTD is added to SVG files. Default is true.
See Also