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
)
Public Sub SetDtd (
dtd As Boolean
)
public:
virtual void SetDtd(
[InAttribute] bool dtd
) sealed
Parameters
- dtd
- Type: SystemBoolean
If false, no DTD is added to SVG files. Default is true.
See Also