|
|
|
|
DiagramToSVG (Function) In french: DiagrammeVersSVG Exports a diagram to an SVG image.
let bufSVG = DiagramToSVG(DIAGEDT_MyDiagram) IF ErrorOccurred THEN Error() RETURN END fSaveBuffer("DiagramExport.svg", bufSVG)
Syntax
<Result> = DiagramToSVG(<Diagram>)
<Result>: Buffer SVG vector image (string encoded using UTF-8). <Diagram>: Diagram Editor control or Diagram variable Diagram to be used. This document corresponds to:- the name of a Diagram Editor control.
- a variable of type Diagram.
Remarks The returned Buffer variable can be saved to a file ( fSaveBuffer) or directly displayed in another control,
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|