OutputSVG

This property enables or disables output in Scalable Vector Graphics (SVG) format by the sendSVGToStream() method.

Syntax:

setOutputSVG(boolean);
boolean = getOutputSVG();

where:

boolean

Can be one of the following:

true allows output in SVG format. This value is the default.

false does not allow output in SVG format.


WebFOCUS