EbsOpen Class Library for EBSILON®Professional

Image.Save Method 

[Visual Basic]
Public Function Save( _ 
   ByVal Path As String _ 
) As Boolean
[C#]
public bool Save(
   string Path
);
[C++]
public: bool Save(
   String* Path
);
[JScript]
public function Save(
   String Path
): bool;

See Also

Image Class | EbsOpen Namespace