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
)
Public Sub SetCreateXmlWrapper (
xml As Boolean
)
public:
virtual void SetCreateXmlWrapper(
[InAttribute] bool xml
) sealed
function SetCreateXmlWrapper(xml);
Parameters
- xml
- Type: SystemBoolean
If true, XML wrapper is created. Default is true.
See Also