Dies ist die alte 4D Dokumentations-Website. Die neue und aktualisierte Dokumentation finden Sie unter developer.4d.com

Home

 
4D v20 R7
SVG_Open_picture

SVG_Open_picture 


 

SVG_Open_picture ( Bild ) -> Funktionsergebnis 
Parameter Typ   Beschreibung
Bild  Bild in 4D picture field or variable
Funktionsergebnis  SVG_Ref in Reference of SVG document

The SVG_Open_picture command analyzes an SVG picture and returns an SVG reference for this picture. If picture does not contain an SVG picture, the command returns an empty string.

Important: Once you no longer need it, remember to call the SVG_CLEAR command with this reference in order to free up the memory.

 READ PICTURE FILE("";$picture)
 If(OK=1)
    $ref:=SVG_Open_picture($picture)
    ...
    SVG_CLEAR($ref)
 End if



Siehe auch 

SVG_Export_to_picture

 
EIGENSCHAFTEN 

Produkt: 4D
Thema: Documents
Nummer: 65901

Dieser Befehl kann in preemptive Prozessen laufen

 
SEITENINHALT 
 
GESCHICHTE 

Erstellt: Composant 4D SVG v11.3

 
ARTIKELVERWENDUNG

4D SVG ( 4D v20 R7)