Click or drag to resize

SVGOutputOptionsSetCreateXmlWrapper Method

Create a XML document that contains metadata of the SVG document created.

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

Parameters

xml
Type: SystemBoolean
If true, XML wrapper is created. Default is true.
See Also